aboutsummaryrefslogtreecommitdiff
path: root/manifests/base/host.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-09 20:34:20 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-09 20:34:20 -0300
commit088a0c4d412f5b0e33b0c75cb8cf010c0d230daf (patch)
tree9fe8151fed6f47c8d3bb658fcb82112078624fe9 /manifests/base/host.pp
parentaa1a97913da036164543b74a22123dc2bfa61407 (diff)
downloadpuppet-nodo-088a0c4d412f5b0e33b0c75cb8cf010c0d230daf.tar.gz
puppet-nodo-088a0c4d412f5b0e33b0c75cb8cf010c0d230daf.tar.bz2
Adding nodo::utils::storage::crypto
Diffstat (limited to 'manifests/base/host.pp')
-rw-r--r--manifests/base/host.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/base/host.pp b/manifests/base/host.pp
index f9af2e1..c353281 100644
--- a/manifests/base/host.pp
+++ b/manifests/base/host.pp
@@ -6,6 +6,7 @@ class nodo::base::host {
include nodo::subsystem::sysctl
include nodo::subsystem::resolver
include nodo::utils::physical
+ include nodo::utils::storage::crypto
class { 'syslog-ng': }
monkeysphere_host { "${::hostname}": }