Skip to content

Instantly share code, notes, and snippets.

@LeftyBC
Created March 12, 2012 16:55
Show Gist options
  • Save LeftyBC/2023311 to your computer and use it in GitHub Desktop.
Save LeftyBC/2023311 to your computer and use it in GitHub Desktop.
Example of parameterized class + if
class foo($do_file_block = undef) {
if $do_file_block {
file { '/tmp/somefile':
ensure => file,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment