diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-09 21:31:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-09 21:31:58 -0300 |
commit | e7f20c79705517e7ce499bd661892a96dedfd13e (patch) | |
tree | 17d6c71caf018ecc58a650fc6532084bc50923e0 /manifests/base | |
parent | 4d0130325abb4fb2c1f44f02a70b6c2442d52a91 (diff) | |
download | puppet-nodo-e7f20c79705517e7ce499bd661892a96dedfd13e.tar.gz puppet-nodo-e7f20c79705517e7ce499bd661892a96dedfd13e.tar.bz2 |
Configuring ntpdate on raspberrypi base class
Diffstat (limited to 'manifests/base')
-rw-r--r-- | manifests/base/plug.pp | 2 | ||||
-rw-r--r-- | manifests/base/raspberrypi.pp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/manifests/base/plug.pp b/manifests/base/plug.pp index 17ce366..b06623d 100644 --- a/manifests/base/plug.pp +++ b/manifests/base/plug.pp @@ -8,7 +8,7 @@ class nodo::base::plug { monkeysphere_host { "${::hostname}": } - class { [ 'ntpdate', 'firewall' ]: } + class { [ 'ntpdate', 'firewall' ]: } backupninja::sys { "sys": ensure => present, diff --git a/manifests/base/raspberrypi.pp b/manifests/base/raspberrypi.pp index 32a4c88..7847ada 100644 --- a/manifests/base/raspberrypi.pp +++ b/manifests/base/raspberrypi.pp @@ -5,7 +5,8 @@ class nodo::base::raspberrypi { monkeysphere_host { "${::hostname}": } - # class { [ 'ntpdate', 'firewall' ]: } + # Currently no firewall + class { [ 'ntpdate' ]: } backupninja::sys { "sys": ensure => present, |