Skip to content

Instantly share code, notes, and snippets.

@nicklewis
Created June 14, 2011 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicklewis/1024354 to your computer and use it in GitHub Desktop.
Save nicklewis/1024354 to your computer and use it in GitHub Desktop.
If Puppet was more like Lisp
((file /etc/apache2/apache2.conf
(ensure file)
(source puppet:///modules/apache/apache2.conf)
(notify
(service apache
(ensure running)
(enable true)
(require
(package apache
(ensure latest)))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment