Displaying 1 result from an estimated 1 matches for "restartagentbat".
2013 Feb 18
2
Dependency Ordering Confusion
...sed to run any time there is an environment
change. It will restart the Puppet Agent service and prompt the user to
close a command prompt, if that''s how they''re running the agent. Here''s
the class definition for that guy:
class ast_win::restart {
file {''RestartAgentBat'' :
ensure => file,
source => ''puppet:///modules/ast_win/restart_agent.bat'',
path => ''C:\programdata\puppet\restart_agent.bat'',
recurse => true,
mode => 0777,
}
exec {''restart_agent'':
cwd...