]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
update the virtual module to adhere to the new common module module_dir name -- this...
authorMicah Anderson <micah@riseup.net>
Thu, 3 Sep 2009 23:44:33 +0000 (19:44 -0400)
committerMicah Anderson <micah@riseup.net>
Thu, 3 Sep 2009 23:44:33 +0000 (19:44 -0400)
manifests/init.pp
manifests/openvpn.pp
manifests/vserver.pp

index 1b89355f2c43770e150cc94aa19fd7045360c86f..6853fd0a58a41125f815b2acd8b82044141dd0d8 100644 (file)
@@ -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"
index ecdb8a78c9969ec11ad8d4b3bbd4ca1dc4582efe..d4589ef225ecb03268c067fc4584fd665f3131fa 100644 (file)
@@ -8,7 +8,7 @@
 
 class virtual::openvpn::base {
        include openvpn
-       modules_dir { "virtual/openvpn": }
+       module_dir { "virtual/openvpn": }
 }
 
 class virtual::openvpn::host_base inherits virtual::openvpn::base {
index 7efc7398eb5d257fd376f689171945e8b95d7904..616631dd0cab55afb6aa0409e2fdbeee9068bf2d 100644 (file)
@@ -2,7 +2,7 @@
 # Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
 # See LICENSE for the full license granted to you.
 
-modules_dir{ "virtual/contexts": }
+module_dir{ "virtual/contexts": }
 
 class vserver::host {