Issue #14853 has been updated by Jo Rhett.

Status changed from Accepted to Closed

I think you have a different desire than what I reported in this ticket. You 
may want to open a feature request with what you see, and what you would prefer 
to see, clearly phrased.

As puppet 3 appears to honor this directive, it is my belief that this ticket 
can be closed.

----------------------------------------
Bug #14853: file resource ignores loglevel parameter
https://projects.puppetlabs.com/issues/14853#change-87075

* Author: Jo Rhett
* Status: Closed
* 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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to