From d990fed47634835c5f7e5ddfadacb9a764b2c678 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Jan 2014 11:56:58 -0200 Subject: Adding nodo::utils::vagrant --- manifests/role/vagrant.pp | 2 +- manifests/utils/vagrant.pp | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 manifests/utils/vagrant.pp (limited to 'manifests') diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp index 4bdd5f6..034f706 100644 --- a/manifests/role/vagrant.pp +++ b/manifests/role/vagrant.pp @@ -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 index 0000000..35dceb9 --- /dev/null +++ b/manifests/utils/vagrant.pp @@ -0,0 +1,6 @@ +class nodo::utils::vagrant inherits nodo::utils { + # No logcheck please + Package['logcheck'] { + ensure => purged, + } +} -- cgit v1.2.3