diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-10 14:56:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-10 14:56:14 -0200 |
commit | 74c243846e6631829b3f6218c65326ff83a8cb4e (patch) | |
tree | 414f96b8cc06a88ccc5e8d9436073b0ff6dd46d5 /manifests | |
parent | 3103dc7f9b246735b385d46d9121dbb7895a02c2 (diff) | |
download | puppet-nodo-74c243846e6631829b3f6218c65326ff83a8cb4e.tar.gz puppet-nodo-74c243846e6631829b3f6218c65326ff83a8cb4e.tar.bz2 |
Trying to fix dependency cycle
Diffstat (limited to 'manifests')
-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 |