diff options
author | varac <varacanero@zeromail.org> | 2013-01-31 14:54:05 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-01-31 14:54:05 +0100 |
commit | 24829044b9726f5eb9a8a0ac09f94152b943f9e4 (patch) | |
tree | 3192cf73d96b93c1cc5034303d535a50a8b06dc2 /puppet/modules/site_config/manifests | |
parent | 5d54af627590acd9606e570fbb1ccb87e1237a76 (diff) |
install etckeeper on all nodes
Diffstat (limited to 'puppet/modules/site_config/manifests')
-rw-r--r-- | puppet/modules/site_config/manifests/default.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_config/manifests/default.pp b/puppet/modules/site_config/manifests/default.pp index 577970ca..699eb4dd 100644 --- a/puppet/modules/site_config/manifests/default.pp +++ b/puppet/modules/site_config/manifests/default.pp @@ -25,4 +25,7 @@ class site_config::default { stage => initial, } + package { [ 'etckeeper' ]: + ensure => installed, + } } |