Created
February 3, 2015 19:30
-
-
Save hakamadare/2fa3824caf6517489d21 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
anchor { 'stash::start': | |
} -> | |
class { 'stash::install': | |
webappdir => $webappdir | |
} -> | |
class { 'stash::config': | |
} ~> | |
class { 'stash::service': | |
} -> | |
class { 'stash::backup': | |
enable => $backup | |
} -> | |
anchor { 'stash::end': } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment