Fix 'owner' attribute being 'user'

refs #4549
This commit is contained in:
Jannis Moßhammer 2013-08-16 17:50:58 +02:00
parent e7db4b84f0
commit 208f889b86
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ exec { 'install php-ZendFramework-Db-Adapter-Pdo-Mysql':
file { '/etc/motd':
source => 'puppet:////vagrant/.vagrant-puppet/files/etc/motd',
user => root,
owner => root,
group => root
}