vagrant: Make tests working out of the box, again

This commit is contained in:
Johannes Meyer 2019-05-13 09:25:31 +02:00
parent ef470b3c1d
commit 467cabea77
1 changed files with 4 additions and 0 deletions

View File

@ -153,4 +153,8 @@ class icingaweb2_dev (
package { 'php-deepend-Mockery':
ensure => latest,
}
-> exec { 'move-mockery-to-opt':
command => 'cp -R /usr/share/php/Mockery* /opt/rh/rh-php71/root/usr/share/php/',
unless => 'test -d /opt/rh/rh-php71/root/usr/share/php/Mockery'
}
}