# 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"
class virtual::openvpn::base {
include openvpn
- modules_dir { "virtual/openvpn": }
+ module_dir { "virtual/openvpn": }
}
class virtual::openvpn::host_base inherits virtual::openvpn::base {
# 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 {