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/vserver.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/vserver.pp')
-rw-r--r-- | manifests/vserver.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 { |