diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-20 22:44:56 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-20 22:44:56 -0300 |
commit | b8912c324f245c0eae9f297b9e4a42dd6a0e6fb7 (patch) | |
tree | c63a758a4aba4ad1b6d22d1cf06088190a59d52e /manifests/utils.pp | |
parent | f891bd1f570bacabb2fa3b8bc305aac4d9a55ea4 (diff) | |
download | puppet-nodo-b8912c324f245c0eae9f297b9e4a42dd6a0e6fb7.tar.gz puppet-nodo-b8912c324f245c0eae9f297b9e4a42dd6a0e6fb7.tar.bz2 |
Adding commented block for logwatch
Diffstat (limited to 'manifests/utils.pp')
-rw-r--r-- | manifests/utils.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utils.pp b/manifests/utils.pp index 9f499af..3b112a6 100644 --- a/manifests/utils.pp +++ b/manifests/utils.pp @@ -6,6 +6,11 @@ class nodo::utils { ensure => installed, } + # Maybe we use logwatch in the future + #package { 'logwatch': + # ensure => installed, + #} + if !defined(Package['git-core']) { package { 'git-core': ensure => installed, |