Issue #14853 has been updated by Kelsey Hightower. Status changed from Unreviewed to Accepted
---------------------------------------- Bug #14853: file resource ignores loglevel parameter https://projects.puppetlabs.com/issues/14853#change-64651 Author: Jo Rhett Status: Accepted Priority: Normal Assignee: Category: logging Target version: Affected Puppet version: 2.7.14 Keywords: Branch: I'm trying to make it so that tagmail doesn't return results for syncing files from our home directories around. Nobody cares ;-) <pre> file { '/home/jorhett': ensure => directory, owner => 'jorhett', group => 'jorhett', recurse => remote, purge => false, force => false, loglevel => debug, source => 'puppet:///files/home/jorhett', } </pre> However when I run it, loglevel is ignored and it appears as notice in both the output and the mail message. <pre> notice: /File[/home/jorhett/.bash_profile]/content: --- /home/jorhett/.bash_profile 2012-06-06 17:59:26.059342567 +0000 +++ /tmp/puppet-file20120606-20121-1rfltx2-0 2012-06-06 18:06:58.353336254 +0000 @@ -2,3 +2,4 @@ source ~/.bashrc fi export EDITOR="vim" +export PS1='[\u@\h \W]\$ ' </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
