Guest User

Untitled

a guest
Oct 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. dan@dan-MacPro:~$ puppet apply
  2. exec { "fail":
  3. command => "/bin/false",
  4. }
  5. file { "/tmp/fail":
  6. content => "fail",
  7. require => Exec["fail"],
  8. }
  9. err: /Stage[main]//Exec[fail]/returns: change from notrun to 0 failed: /bin/false returned 1 instead of one of [0] at line 3
  10. notice: /Stage[main]//File[/tmp/fail]: Dependency Exec[fail] has failures: true
  11. warning: /Stage[main]//File[/tmp/fail]: Skipping because of failed dependencies
Add Comment
Please, Sign In to add comment