dev/provisioning/modules/puppi/manifests/two.pp
changeset 28 b0b56e0f8c7f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev/provisioning/modules/puppi/manifests/two.pp	Fri Jan 15 15:35:00 2016 +0100
@@ -0,0 +1,13 @@
+# Class: puppi::two
+#
+# Installs Puppi NextGen
+#
+class puppi::two {
+
+  # The Puppi command
+  package { 'puppi':
+    ensure   => present,
+    provider => 'gem',
+  }
+
+}