Advertisement
jms1

Create last_run_summary.yaml

May 24th, 2016
2,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.20 KB | None | 0 0
  1.   exec { 'last_run_summary_yaml' :
  2.     command => 'ln -f /opt/puppetlabs/puppet/cache/state/last_run_summary.yaml /' ,
  3.     creates => '/last_run_summary.yaml' ,
  4.     path    => '/usr/bin:/bin' ,
  5.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement