Skip to content

Instantly share code, notes, and snippets.

@btisdall
Last active December 22, 2015 21:59
Show Gist options
  • Save btisdall/6536957 to your computer and use it in GitHub Desktop.
Save btisdall/6536957 to your computer and use it in GitHub Desktop.
class myklass(
$mysql_version = '12345',
){
class { '::another_class':
mysql_version => $mysql_version,
}
}
class another_class(
$mysql_version,
){
# ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment