somefile.pp
 
class mumble {
}
 
class mumble::testcontents inherits mumble {
  file { "/tmp/testfile":
     path => "/tmp/testfile,
     ensure => present,
    mode => 0640,
    content => "I am a test file.",
 
 
 
puppet parser validate passed it.
 
puppet apply says it is run
 
yet no /tmp/testfile appears
 
the puppet master is running and this is being done on the puppet master.
the agent on the puppet master is running.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/26c6e69c-76e4-4ff6-a4ed-b07aa6ae7957%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to