Created
June 2, 2017 00:25
-
-
Save russmac/e83f0a21c64afd21b3ccda2642a37210 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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