diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-28 10:36:10 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-28 10:36:10 -0200 |
commit | c23be46b6e346ddcfea85f8e147e540bd700153d (patch) | |
tree | ac4ab39d3010a9c9c10a3f8264dd9c1ac154d465 | |
parent | cbc46096af7f7ee7402c5a22468953f2886385fe (diff) | |
download | puppet-bootstrap-c23be46b6e346ddcfea85f8e147e540bd700153d.tar.gz puppet-bootstrap-c23be46b6e346ddcfea85f8e147e540bd700153d.tar.bz2 |
YAML syntax fix
-rw-r--r-- | config/node/box.example.org.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/node/box.example.org.yaml b/config/node/box.example.org.yaml index 05fa48b..c4ab164 100644 --- a/config/node/box.example.org.yaml +++ b/config/node/box.example.org.yaml @@ -2,7 +2,7 @@ # # Nodo # -nodo::role 'dev::virtual' +nodo::role: 'dev::virtual' # # Classes |