Issue #2551 has been updated by Mark Plaksin.

Here's an example:
<pre>
            file { "${nagdir}/etc/nrpe.cfg":
                source => "$fileserver/nagios/common/nrpe.cfg",
                require => File["${nagdir}/etc"],
            }
</pre>

The class containing this stanza defines:
<pre>
    $nagdir = "/usr/local/nagios"
</pre>

And site.pp defines:
<pre>
$fileserver = "puppet://puppet.example.com"
</pre>

----------------------------------------
Bug #2551: File 'content changed to' message is often missing information
http://projects.reductivelabs.com/issues/2551

Author: Sam Rowe
Status: Accepted
Priority: Normal
Assigned to: Markus Roberts
Category: usability
Target version: 0.25.0
Complexity: Unknown
Affected version: 0.25.0rc1
Keywords: 


On all our OSes (Linux, HP-UX, Solaris) we see this.  The third line is missing 
something between the quotes:

<pre>
info: Filebucket[/var/puppet/clientbucket]: Adding 
/usr/local/bin/NSRsplit_saveset(fe454822c63ab785a67f99362583e08f)
info: //networker/File[/usr/local/bin/NSRsplit_saveset]: Filebucketed 
/usr/local/bin/NSRsplit_saveset to puppet with sum 
fe454822c63ab785a67f99362583e08f
notice: //networker/File[/usr/local/bin/NSRsplit_saveset]/content: content 
changed '{md5}fe454822c63ab785a67f99362583e08f' to ''
</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://reductivelabs.com/redmine/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
-~----------~----~----~----~------~----~------~--~---

Reply via email to