From 9b229af5738f2ef0701b2e70376d3059dad43640 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 3 Sep 2009 19:44:33 -0400 Subject: update the virtual module to adhere to the new common module module_dir name -- this module needs to be turned into a submodule --- manifests/init.pp | 2 +- manifests/openvpn.pp | 2 +- manifests/vserver.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests') 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" diff --git a/manifests/openvpn.pp b/manifests/openvpn.pp index ecdb8a7..d4589ef 100644 --- a/manifests/openvpn.pp +++ b/manifests/openvpn.pp @@ -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 { diff --git a/manifests/vserver.pp b/manifests/vserver.pp index 7efc739..616631d 100644 --- a/manifests/vserver.pp +++ b/manifests/vserver.pp @@ -2,7 +2,7 @@ # Copyright (C) 2007 David Schmitt # See LICENSE for the full license granted to you. -modules_dir{ "virtual/contexts": } +module_dir{ "virtual/contexts": } class vserver::host { -- cgit v1.2.3