File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
file { "${php::params::apache_dir}conf.d" :
14
- ensure => directory ,
14
+ ensure => link,
15
+ target => ' ../conf.d' ,
16
+ force => true ,
15
17
require => File [$php::params::apache_dir ],
16
18
notify => Service[$php::params::apache_service_name ],
17
19
}
Original file line number Diff line number Diff line change 39
39
}
40
40
41
41
file { "${php::params::cli_dir}conf.d" :
42
- ensure => directory ,
42
+ ensure => link,
43
+ target => ' ../conf.d' ,
44
+ forge => true ,
45
+ require => File [$php::params::cli_dir ],
43
46
}
44
47
}
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
file { "${php::params::fpm_dir}conf.d" :
14
- ensure => directory ,
14
+ ensure => link,
15
+ target => ' ../conf.d' ,
16
+ force => true ,
15
17
require => File [$php::params::fpm_dir ],
16
18
notify => Class[' php::fpm::service' ],
17
19
}
You can’t perform that action at this time.
0 commit comments