aboutsummaryrefslogtreecommitdiff
path: root/manifests/plug.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-08-05 14:17:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-08-05 14:17:45 -0300
commitb93d3fb89420f7ced9a17ed46802aa68cdf33ddc (patch)
treedc9aa12ae636935e185ecf1dde0cb14347d9c2d1 /manifests/plug.pp
parent9ef24ec048fc367206c80fd521318a9c50c1fc74 (diff)
downloadpuppet-nodo-b93d3fb89420f7ced9a17ed46802aa68cdf33ddc.tar.gz
puppet-nodo-b93d3fb89420f7ced9a17ed46802aa68cdf33ddc.tar.bz2
Adding utils::plug
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r--manifests/plug.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp
index a23538f..ca9ce19 100644
--- a/manifests/plug.pp
+++ b/manifests/plug.pp
@@ -1,2 +1,3 @@
class nodo::plug inherits nodo {
+ include utils::plug
}