diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-07-01 08:40:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-07-01 08:40:40 -0300 |
commit | c9e8e7a75c76874525926cedb4e34b90f46215c3 (patch) | |
tree | d2e0773ac515393e16fd6c027222024b672fee14 | |
parent | 3730114dbb3dffa0d496ff5aaf42c8d54bee8f80 (diff) | |
download | puppet-bootstrap-c9e8e7a75c76874525926cedb4e34b90f46215c3.tar.gz puppet-bootstrap-c9e8e7a75c76874525926cedb4e34b90f46215c3.tar.bz2 |
Call nodo as a parametrized class
-rw-r--r-- | manifests/bootstrap/vagrant.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/bootstrap/vagrant.pp b/manifests/bootstrap/vagrant.pp index bd41755..e592d73 100644 --- a/manifests/bootstrap/vagrant.pp +++ b/manifests/bootstrap/vagrant.pp @@ -19,7 +19,9 @@ Stage['main'] -> Stage['last'] # # Vagrant classes -include nodo::role::vagrant +class { 'nodo': + role => 'vagrant', +} class vagrant_config { # Symlink to the mounted module folder |