diff options
author | Micah Anderson <micah@riseup.net> | 2009-09-03 19:44:33 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-09-03 19:44:33 -0400 |
commit | 9b229af5738f2ef0701b2e70376d3059dad43640 (patch) | |
tree | 4178159c171326b78f24db983ed41622e29f748b /manifests/init.pp | |
parent | 2d8407aba6d63a3063da5dcd4a152606cc52b151 (diff) | |
download | puppet-virtual-9b229af5738f2ef0701b2e70376d3059dad43640.tar.gz puppet-virtual-9b229af5738f2ef0701b2e70376d3059dad43640.tar.bz2 |
update the virtual module to adhere to the new common module module_dir name -- this module needs to be turned into a submodule
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 1b89355..6853fd0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,7 +3,7 @@ # See LICENSE for the full license granted to you. # Based on the work of abnormaliti on http://reductivelabs.com/trac/puppet/wiki/VirtualRecipe -modules_dir{ "virtual": } +module_dir{ "virtual": } import "vserver.pp" import "openvpn.pp" |