Skip to content

Instantly share code, notes, and snippets.

@gabriel403
Created March 11, 2014 11:18
Show Gist options
  • Save gabriel403/9483836 to your computer and use it in GitHub Desktop.
Save gabriel403/9483836 to your computer and use it in GitHub Desktop.
class something (
env => 'dev'
) {
include 'something::params'
}
class something::param {
if @parent_env == 'dev' {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment