diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 12:15:24 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-11-03 12:15:24 -0200 |
commit | f41829168925d74f3da1e4c3a4dc89988e426cd4 (patch) | |
tree | e0a0b244db4df2b67b746f12c43385440566aa81 /manifests | |
parent | 096b65aa4f1382eab11d46f0d0f81b02e7d62a6a (diff) | |
download | puppet-bootstrap-f41829168925d74f3da1e4c3a4dc89988e426cd4.tar.gz puppet-bootstrap-f41829168925d74f3da1e4c3a4dc89988e426cd4.tar.bz2 |
Adds default node
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/default.pp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/nodes/default.pp b/manifests/nodes/default.pp new file mode 100644 index 0000000..5ebbf90 --- /dev/null +++ b/manifests/nodes/default.pp @@ -0,0 +1,3 @@ +node default { + include nodo +} |