aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-29 18:23:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-29 18:23:01 -0200
commitee6dbd2f84c7f4b0e030f64c0209bfe8602cf0c1 (patch)
tree150e9d09d19470f78880657a2c2153e0034d1f7d /manifests/init.pp
parentfa0cceb62d710f36e4f6a36786db1a5a2e8cd2de (diff)
downloadpuppet-nodo-ee6dbd2f84c7f4b0e030f64c0209bfe8602cf0c1.tar.gz
puppet-nodo-ee6dbd2f84c7f4b0e030f64c0209bfe8602cf0c1.tar.bz2
Minor fix
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9822e52..c8ac0b0 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -212,7 +212,7 @@ class nodo::vserver inherits nodo {
file { "/usr/local/sbin/create-sound-devices":
ensure => present,
source => "puppet://$server/modules/nodo/sound/devices.sh",
- user => root,
+ owner => root,
group => root,
mode => 755,
}