Uploaded image for project: 'Puppet'
  1. Puppet
  2. PUP-1208 md5lite, mtime not honoured for file type/provider
  3. PUP-3945

Fix puppet apply/agent when recursively copying a directory

    XMLWordPrintable

Details

    • Sub-task
    • Status: Closed
    • Normal
    • Resolution: Fixed
    • None
    • PUP 4.0.0
    • Types and Providers
    • None
    • Platform Client 2015-01-07, Platform Client 2015-01-21, Client 2015-02-04, Client 2015-02-18

    Description

      When copying a directory with

      file {'/tmp/foo':
        ensure => directory,
        checksum => sha256,
        source => '/tmp/otherdir',
        recurse => true
      }
      

      and /tmp/otherdir contains files, creation will always occur because the checksum types won't match for the recursively found files.

      Attachments

        Activity

          People

            Unassigned Unassigned
            michael.smith Michael Smith
            Eric Thompson Eric Thompson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Zendesk Support