Created
July 10, 2019 18:36
-
-
Save mbainter/8998b3630b35300acd71e27b7bf02737 to your computer and use it in GitHub Desktop.
Example Policyfiles
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
name 'base' | |
default_source 'supermarket' | |
cookbook 'my-audit', '=1.0' | |
run_list 'my-audit' |
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
name 'webserver' | |
default_source 'supermarket' | |
cookbook 'mywebserver', '=1.0' | |
include_policy 'base-policy', policy_name: 'base', policy_group: 'staging', server: 'https://my-chef-server' | |
run_list 'mywebserver' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment