Title: Message Title
Eric Sorenson commented on an issue
Puppet / Bug PUP-3051
Puppet creates directory with 0755 mode when i used 0644 mode in the the manifest
I run the manifest with following things.
   
  file {'/tmp/temp-dir':
        ensure => directory,
        mode => 0644,
}

After i list the directory with "ls -al /tmp/temp-dir" it show the permission of 0755.

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to