Hi,

now I have used the "schedule" successfully.
But I don't understand the method to override the schedule completely. Is 
it true that I have to change vom node.pp file from 
node 'vm6741.muc.baag' inherits base {
   $motd_function = "Puppet Agent"
   $motd_environment = "Test"
   $motd_description = "RedHat 5 Test"
   include motd
   *include copy_file*
}

to 
node 'vm6741.muc.baag' inherits base {
   $motd_function = "Puppet Agent"
   $motd_environment = "Test"
   $motd_description = "RedHat 5 Test"
   include motd
   *include copy_file::now*
}

That would not be nice because I need to change a file.

There is no option to run the puppet agent like this:
puppet agent --class copy_file::now
or
puppet agent --ignore_schedule

Best regards
Andreas

-- 
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 puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to