Created
March 4, 2012 13:47
-
-
Save nistude/1973080 to your computer and use it in GitHub Desktop.
An example of recipe composition
This file contains 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
include_recipe "sample_app::_group" | |
include_recipe "sample_app::_user" | |
include_recipe "apt::add_company_repository" | |
include_recipe "sample_app::_server_install_from_package" | |
include_recipe "sample_app::_server_runit" | |
include_recipe "sample_app::_server_config" |
This file contains 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
group node['sample_app']['group'] |
This file contains 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
include_recipe "sample_app::_group" | |
include_recipe "sample_app::_user" | |
include_recipe "sample_app::_server_source" | |
include_recipe "sample_app::_server_runit" | |
include_recipe "sample_app::_server_config" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment