From c9e8e7a75c76874525926cedb4e34b90f46215c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Jul 2015 08:40:40 -0300 Subject: Call nodo as a parametrized class --- manifests/bootstrap/vagrant.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manifests') 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 -- cgit v1.2.3