Hi,

I've enabled storeconfigs on my puppetmaster:

[puppetmasterd]
    storeconfigs = true
    thin_storeconfigs = true
    dbadapter = sqlite3
    dblocation = $statedir/clientconfigs.sqlite3


And added this code to one of my nodes:

  @@file { "/tmp/foo": content => "fjskfjs\n", tag => "foofile", }
  File <<| tag == 'foofile' |>>

But, the problem is that file is not being realized...


I use puppetmaster on Passenger/Apache... File
$statedir/clientconfigs.sqlite3 isn't being created, I've created it
manually, gave permission to puppet master user, but nothing, file is
still 0 bytes...



Any ideas?



-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to