aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 12:49:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 12:49:51 -0200
commit6bd83286c170bf3882f0dc264e75eed914b5fcdc (patch)
tree4e323904926cc35cb54a0435bc945d77ffd9e9a9 /manifests/init.pp
parentfcfb99e607f7c6774f22cc818f6843bfc9399d60 (diff)
downloadpuppet-nodo-6bd83286c170bf3882f0dc264e75eed914b5fcdc.tar.gz
puppet-nodo-6bd83286c170bf3882f0dc264e75eed914b5fcdc.tar.bz2
Adds nodo::resources
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index a6d5883..03276ae 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -29,4 +29,7 @@ class nodo(
if $classes != false {
hiera_include('classes')
}
+
+ # Declare resources
+ class { "nodo::resources": }
}