Skip to content

Instantly share code, notes, and snippets.

@llowder
Created February 19, 2013 16:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save llowder/4987679 to your computer and use it in GitHub Desktop.
Save llowder/4987679 to your computer and use it in GitHub Desktop.
class wiki_role (
likewiseconfig_options = { },
sudoers_config = { },
){
class {'basenode' : } ->
anchor {'likewiseconfig::begin': }
create_resources(likewise::likewiseconfig, $likewiseconfig_options)
anchor {'likewiseconfig::end': } ->
anchor {'sudoersconfig::begin': }
create_resources(basenode::sudoers, $sudoers_config)
anchor {'sudoersconfig::begin': } ->
class {'tomcat6' : } ->
class {'confluence' : } ->
class {'hyperic::hyperic_agent' : }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment