diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 10:47:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 10:47:35 -0300 |
commit | 9ef24ec048fc367206c80fd521318a9c50c1fc74 (patch) | |
tree | 8a44f4efb789a253b1dc3c6bae28a7393509cb73 /manifests/plug.pp | |
parent | 205556a1ab762025e13fb1a7103738ee36df5dbd (diff) | |
download | puppet-nodo-9ef24ec048fc367206c80fd521318a9c50c1fc74.tar.gz puppet-nodo-9ef24ec048fc367206c80fd521318a9c50c1fc74.tar.bz2 |
Adding nodo::plug
Diffstat (limited to 'manifests/plug.pp')
-rw-r--r-- | manifests/plug.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/plug.pp b/manifests/plug.pp new file mode 100644 index 0000000..a23538f --- /dev/null +++ b/manifests/plug.pp @@ -0,0 +1,2 @@ +class nodo::plug inherits nodo { +} |