Skip to content

Installing PHPBrew into System wide Environment #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Commit
  • Loading branch information
iatanasov77 committed Jan 13, 2020
commit 331bc61dba5f3edd91dd9e4d7bb94a3e5c9bdc3f
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}

exec { 'init phpbrew':
command => '/usr/bin/sudo /usr/bin/phpbrew init --root=/opt/phpbrew',
command => '/usr/bin/sudo /usr/bin/phpbrew init',
creates => '/opt/phpbrew/bashrc',
subscribe => File['/usr/bin/phpbrew'],
refreshonly => true,
Expand Down
24 changes: 0 additions & 24 deletions manifests/pre_init.pp

This file was deleted.