File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 105
105
subscribe => File [' /usr/bin/phpbrew' ],
106
106
refreshonly => true ,
107
107
}
108
-
108
+
109
109
file { $php_install_dir:
110
110
ensure => ' directory' ,
111
111
require => Exec[' init phpbrew' ],
124
124
125
125
# Load phpbrew configuration by default.
126
126
if $system_wide {
127
+ # ##################################################################
128
+ # Init as vagrant user to use when need to switch php
129
+ # and use it from vagrant console for example for composer command
130
+ # ##################################################################
131
+ exec { 'init phpbrew as vagrant' :
132
+ command => ' /usr/bin/phpbrew init' ,
133
+ creates => ' /home/vagrant/.phpbrew/bashrc' ,
134
+ subscribe => File [' /usr/bin/phpbrew' ],
135
+ refreshonly => true ,
136
+ user => " vagrant" ,
137
+ environment => [" HOME=/home/vagrant" ],
138
+ }
139
+
127
140
file { '/opt/phpbrew/bashrc' :
128
141
ensure => present ,
129
142
content => template (' phpbrew/bashrc.erb' ),
You can’t perform that action at this time.
0 commit comments