diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 6853fd0..97c0831 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -3,8 +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 -module_dir{ "virtual": } +module_dir { "virtual": } -import "vserver.pp" import "openvpn.pp" import "xen.pp" |