require => Group['etherpad-lite'],
}
+ file { '/home/etherpad-lite':
+ ensure => directory,
+ owner => 'etherpad-lite',
+ group => 'etherpad-lite',
+ require => User['etherpad-lite'],
+ }
+
package { 'npm':
ensure => present,
}
ensure => running,
hasrestart => true,
hasstatus => true,
- require => [ File['/etc/init.d/etherpad-lite', '/var/lib/etherpad-lite/settings.json'],
- Mysql_grant['etherpad@%/etherpad'], Package['npm'] ],
+ require => [ File['/etc/init.d/etherpad-lite', '/var/lib/etherpad-lite/settings.json',
+ '/home/etherpad-lite'], Mysql_grant['etherpad@%/etherpad'], Package['npm'] ],
}
}