aboutsummaryrefslogtreecommitdiff
path: root/manifests/resources.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 17:42:30 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 17:42:30 -0200
commit886540ad28c5a6b875b97b27721dba06135047ab (patch)
treebebc8a8f99daa81ed2b745b0d5fad3361e1b4833 /manifests/resources.pp
parentfdcf4de4168dfdcc7293f32d17b612481a3ed1aa (diff)
downloadpuppet-nodo-886540ad28c5a6b875b97b27721dba06135047ab.tar.gz
puppet-nodo-886540ad28c5a6b875b97b27721dba06135047ab.tar.bz2
Explicit group name at nodo::subsystem::media::groups
Diffstat (limited to 'manifests/resources.pp')
-rw-r--r--manifests/resources.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/resources.pp b/manifests/resources.pp
index 3378094..9a765db 100644
--- a/manifests/resources.pp
+++ b/manifests/resources.pp
@@ -3,4 +3,8 @@ class nodo::resources {
if defined("websites::resources") {
class { "websites::resources": }
}
+
+ # Packages
+ $packages = hiera('packages', {})
+ create_resources('package', $packages)
}