Skip to content

Instantly share code, notes, and snippets.

@hairyhenderson
Last active October 23, 2015 14:44
Show Gist options
  • Save hairyhenderson/fa876e8c535bd8164be6 to your computer and use it in GitHub Desktop.
Save hairyhenderson/fa876e8c535bd8164be6 to your computer and use it in GitHub Desktop.
class mymodule {
exec { 'do something':
command => "echo ${::mymodule::foo}"
}
}
---
classes:
- "mymodule"
mymodule::foo: 'bar'
@fiddyspence
Copy link

class mymodule ($foo) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment