diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-24 13:05:44 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-24 13:05:44 -0200 |
commit | 931671e315b9fe3722058f1474dca3f11aa7b86a (patch) | |
tree | 79fd133c02a3e84894e3b3397d391d60ec8c1d0b /manifests/role/vagrant.pp | |
parent | d990fed47634835c5f7e5ddfadacb9a764b2c678 (diff) | |
download | puppet-nodo-931671e315b9fe3722058f1474dca3f11aa7b86a.tar.gz puppet-nodo-931671e315b9fe3722058f1474dca3f11aa7b86a.tar.bz2 |
Adding nodo::subsystem::profile::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 034f706..717e023 100644 --- a/manifests/role/vagrant.pp +++ b/manifests/role/vagrant.pp @@ -32,7 +32,7 @@ class nodo::role::vagrant { # Then include our subsystems include nodo::subsystem::locales - include nodo::subsystem::profile + include nodo::subsystem::profile::vagrant include nodo::subsystem::screen include nodo::subsystem::hostname include nodo::subsystem::local |