Issue #4518 has been updated by R.I. Pienaar aka Volcane.

I can reproduce:

Install a fresh 2.6.1.rc2 on a machine and put this in site.pp:

<pre>
class foo {
        notify{"foo":}
}

node default {
        include foo
}
</pre>

The node runs:

<pre>
info: Caching catalog for li190-90.members.linode.com
info: Applying configuration version '1281735344'
notice: foo
notice: /Stage[main]/Foo/Notify[foo]/message: defined 'message' as 'foo'
notice: Finished catalog run in 0.02 seconds
</pre>

<pre>
ls -l /var/lib/puppet/classes.txt
-rw-r--r-- 1 root root 1 Aug 13 17:38 /var/lib/puppet/classes.txt
# cat /var/lib/puppet/classes.txt

</pre>


----------------------------------------
Bug #4518: Empty classes.txt
http://projects.puppetlabs.com/issues/4518

Author: Bernhard Miklautz
Status: Investigating
Priority: Normal
Assigned to: Markus Roberts
Category: agent
Target version: 2.6.1
Affected version: 2.6.1rc1
Keywords: 
Branch: 


I've recently updated puppet from 0.24.8 to 2.6.0.

Now the created classes.txt (in /var/lib/puppet/state) is empty. It contains 
only a newline but not the used classes.
Except for the changes required for 2.6.0, I use the same configuration and 
modules as for 0.24.8.

Used puppet.conf:
<pre>
[main]
confdir = /etc/puppet
vardir = /var/lib/puppet

ssldir = $vardir/ssl
logdir = /var/log/puppet
rundir = /var/run/puppet
factpath=$vardir/lib/facter:$vardir/facts

pluginsync = true
pluginsignore = CVS .bzr .git .hg .svn .keep .swp

[agent]
server = puppetmaster.testnet.local
runinterval = 1800
report = true
listen = true
splay = true
environment = production
</pre>

The problem also exists in version 2.6.1rc1.


-- 
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.

Reply via email to