File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
exec { 'init phpbrew' :
58
- command => ' sudo /usr/bin/phpbrew init' ,
58
+ command => ' /usr/bin/ sudo /usr/bin/phpbrew init' ,
59
59
creates => " /root/.phpbrew/bashrc" ,
60
60
subscribe => File [' /usr/bin/phpbrew' ],
61
61
refreshonly => true ,
80
80
}
81
81
82
82
exec { 'update basbrc' :
83
- command => " bash"
83
+ command => " /bin/ bash"
84
84
}
85
85
86
86
file { "/root/.phpbrew/install_extension.sh" :
Original file line number Diff line number Diff line change 37
37
}
38
38
39
39
exec { "install php-${php_version}" :
40
- command => " sudo PHPBREW_ROOT=${install_dir} /usr/bin/phpbrew install --old php-${php_version} +default +intl ${extra_params} " ,
40
+ command => " /usr/bin/ sudo PHPBREW_ROOT=${install_dir} /usr/bin/phpbrew install --old php-${php_version} +default +intl ${extra_params} " ,
41
41
creates => " ${install_dir} /php/php-${php_version} /bin/php" ,
42
42
timeout => 0,
43
43
}
You can’t perform that action at this time.
0 commit comments