diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-09 13:34:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-09 13:34:46 -0200 |
commit | f101790c88099c746bafff3c82e7d2b5de73e2e0 (patch) | |
tree | 41910439e934a0c1dbfdadd154012bfdae815d78 /config | |
parent | b5a0796573e3fed798f257b09391b0e51fbb28e3 (diff) | |
download | puppet-bootstrap-f101790c88099c746bafff3c82e7d2b5de73e2e0.tar.gz puppet-bootstrap-f101790c88099c746bafff3c82e7d2b5de73e2e0.tar.bz2 |
Comment default classes at box.example.org config
Diffstat (limited to 'config')
-rw-r--r-- | config/node/box.example.org.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/node/box.example.org.yaml b/config/node/box.example.org.yaml index c4ab164..657bce1 100644 --- a/config/node/box.example.org.yaml +++ b/config/node/box.example.org.yaml @@ -7,9 +7,9 @@ nodo::role: 'dev::virtual' # # Classes # -classes: - - 'database' - - 'apache' +#classes: +# - 'database' +# - 'apache' # # MySQL |