aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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": }
}