]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding nodo::utils::vagrant
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Jan 2014 13:56:58 +0000 (11:56 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Jan 2014 13:56:58 +0000 (11:56 -0200)
manifests/role/vagrant.pp
manifests/utils/vagrant.pp [new file with mode: 0644]

index 4bdd5f62f1d34d82462fcbf2d310dea316cee4e8..034f706d30eded496d35f1970ce141f3c958f002 100644 (file)
@@ -38,7 +38,7 @@ class nodo::role::vagrant {
   include nodo::subsystem::local
 
   # Common utilities
-  include nodo::utils
+  include nodo::utils::vagrant
 
   # Other modules
   include concat::setup
diff --git a/manifests/utils/vagrant.pp b/manifests/utils/vagrant.pp
new file mode 100644 (file)
index 0000000..35dceb9
--- /dev/null
@@ -0,0 +1,6 @@
+class nodo::utils::vagrant inherits nodo::utils {
+  # No logcheck please
+  Package['logcheck'] {
+    ensure => purged,
+  }
+}