diff options
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index aa9f125..da844c0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -177,7 +177,7 @@ class nodo::vserver inherits nodo { mode => 0644, ensure => present, notify => Exec["vs_restart_${name}"], - require => Vserver["$name"]; + require => Exec["vs_create_${name}"], } # Create a munin virtual resource to be realized in the node |