Skip to content

Instantly share code, notes, and snippets.

@larstobi
Created January 12, 2012 12:38
Show Gist options
  • Select an option

  • Save larstobi/1600265 to your computer and use it in GitHub Desktop.

Select an option

Save larstobi/1600265 to your computer and use it in GitHub Desktop.
Puppet qualified variables
class myrailsapp {
$railspath = '/usr/share'
}
class apache::vhost::myrailsapp inherits apache::vhost {
notify{"RAILSPATH: ${myrailsapp::railspath}":}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment