diff options
author | Pietro Ferrari <pietro@riseup.net> | 2009-02-12 16:54:36 -0800 |
---|---|---|
committer | Pietro Ferrari <pietro@riseup.net> | 2009-02-12 16:54:36 -0800 |
commit | f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c (patch) | |
tree | 67f60d06113b6b98bd03f21367eaf79bdef30931 /manifests | |
parent | 55972f4dce76aa992a3c38d5b7ffc3ea84116b68 (diff) | |
download | puppet-virtual-f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c.tar.gz puppet-virtual-f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c.tar.bz2 |
fix exec name
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/xen.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/xen.pp b/manifests/xen.pp index f59f316..fab6eff 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -102,7 +102,7 @@ class xen::domain::debian inherits xen::domain::base { "/etc/ld.so.conf.d/libc6-xen.conf": content => "hwcap 0 nosegneg\n", require => Package["xen-linux-system"], - notify => Exec["ldconfig"]; + notify => Exec["/sbin/ldconfig"]; } exec { |