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 | |
parent | 205556a1ab762025e13fb1a7103738ee36df5dbd (diff) | |
download | puppet-nodo-9ef24ec048fc367206c80fd521318a9c50c1fc74.tar.gz puppet-nodo-9ef24ec048fc367206c80fd521318a9c50c1fc74.tar.bz2 |
Adding nodo::plug
-rw-r--r-- | manifests/init.pp | 1 | ||||
-rw-r--r-- | manifests/plug.pp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 419be8e..32f253c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -89,3 +89,4 @@ import "storage.pp" import "test.pp" import "removable.pp" import "laptop.pp" +import "plug.pp" 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 { +} |