Skip to content

Instantly share code, notes, and snippets.

@JimPanic
Created November 19, 2015 23:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JimPanic/cdddcba4ebeaac56e4b7 to your computer and use it in GitHub Desktop.
Save JimPanic/cdddcba4ebeaac56e4b7 to your computer and use it in GitHub Desktop.
profile::snowflake
# Add this profile to be able to define a list of further profiles to include
# in hieradata.
#
# This lets you compose a role with other profiles to create "very special
# snowflake" configurations.
class profile::snowflake {
$profiles = hiera_array('profiles::include', [])
contain $profiles
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment