Skip to content

Instantly share code, notes, and snippets.

@russmac
Created June 2, 2017 00:25
Show Gist options
  • Save russmac/e83f0a21c64afd21b3ccda2642a37210 to your computer and use it in GitHub Desktop.
Save russmac/e83f0a21c64afd21b3ccda2642a37210 to your computer and use it in GitHub Desktop.
Puppet resource depedency for a slipped disc in the neck
exec{"Roll sideways on neck":
} ->
exec{"Wakeup screaming in pain":
} ~>
exec{"Baby wakes up screaming":
} ~>
exec{"Wife wakes up:
} ->
exec{"Screams at me for waking baby":
} ->
exec{"Sleep 3 minutes":
} ~>
exec{"6:00am alarm goes off:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment