diff manifests/site.pp @ 0:956e484adc12

Initial public release of Puppet configs
author IBBoard <dev@ibboard.co.uk>
date Sat, 16 Aug 2014 19:47:38 +0000
parents
children e3aeb8761950
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/manifests/site.pp	Sat Aug 16 19:47:38 2014 +0000
@@ -0,0 +1,3 @@
+import "nodes"
+
+Exec { path => "/usr/bin:/usr/sbin/:/bin:/sbin" }