diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-24 11:56:58 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-24 11:56:58 -0200 |
commit | d990fed47634835c5f7e5ddfadacb9a764b2c678 (patch) | |
tree | b148eb61446dc4da9fbce55b51b3ca3546d81b13 /manifests/role/vagrant.pp | |
parent | b349c943f9b495a55cac624d9cc5379f4cb94b35 (diff) | |
download | puppet-nodo-d990fed47634835c5f7e5ddfadacb9a764b2c678.tar.gz puppet-nodo-d990fed47634835c5f7e5ddfadacb9a764b2c678.tar.bz2 |
Adding nodo::utils::vagrant
Diffstat (limited to 'manifests/role/vagrant.pp')
-rw-r--r-- | manifests/role/vagrant.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/vagrant.pp b/manifests/role/vagrant.pp index 4bdd5f6..034f706 100644 --- a/manifests/role/vagrant.pp +++ b/manifests/role/vagrant.pp @@ -38,7 +38,7 @@ class nodo::role::vagrant { include nodo::subsystem::local # Common utilities - include nodo::utils + include nodo::utils::vagrant # Other modules include concat::setup |