We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcb241 commit 331bc61Copy full SHA for 331bc61
manifests/init.pp
@@ -103,7 +103,7 @@
103
}
104
105
exec { 'init phpbrew':
106
- command => '/usr/bin/sudo /usr/bin/phpbrew init --root=/opt/phpbrew',
+ command => '/usr/bin/sudo /usr/bin/phpbrew init',
107
creates => '/opt/phpbrew/bashrc',
108
subscribe => File['/usr/bin/phpbrew'],
109
refreshonly => true,
manifests/pre_init.pp
0 commit comments