Created
June 14, 2011 05:01
-
-
Save nicklewis/1024354 to your computer and use it in GitHub Desktop.
If Puppet was more like Lisp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
((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