Skip to content

Commit 8255156

Browse files
committed
try to force onto php7.4
1 parent 472697b commit 8255156

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • deploy/vagrant/modules/php/manifests

deploy/vagrant/modules/php/manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Make sure php7 and libapache2-mod-php are installed
44
package {
5-
"php": ensure => installed;
5+
"php": ensure => '7.4';
66
"libapache2-mod-php": ensure => installed;
77
"php7.0-mbstring": ensure => installed;
88
}

0 commit comments

Comments
 (0)