search for: lv_app

Displaying 1 result from an estimated 1 matches for "lv_app".

Did you mean: hv_api
2014 Mar 21
0
mount point directory permissions
...executed. If I do the following file { '/app_dir': ensure => 'directory' owner => 'app_user' group => 'app_group' mode => '2775' } mount { '/app_dir': ensure => mounted, atboot => true, device => /dev/mapper/lv_app, fstype => ext3, options => 'defaults', dump => '1', pass => '2', require => File['/app_dir'], } This would require 2 rounds of puppet: round 1 to setup directory, mount the filesystem and round 2 to fix permissions set to root:root,0755 by...