diff --git a/.gitignore b/.gitignore
index 4ab27f2f78db3fe24d8968b43b0823beef4dd009..4fcbe20e983a889a63d13e8daf34fe046a63f2cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,7 +40,7 @@
 /ssm-munin/
 /stm-debconf/
 /theforeman-puppet/
-/thias-php/
 /trepasi-debnet/
 /wikimedia-kafka/
 /wikimedia-zookeeper/
+/puppet-php/
diff --git a/.mrconfig b/.mrconfig
index f0b0c828440acbfea323d8c4001104f2fa9cc754..f657511b96350f2fe68ecca77cca5f8912389770 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -89,6 +89,12 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-ngi
 	 && git remote add upstream https://github.com/voxpupuli/puppet-nginx \
 	 && git fetch upstream
 
+[puppet-php]
+checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-php.git puppet-php \
+	 && cd puppet-php \
+	 && git remote add upstream https://github.com/voxpupuli/puppet-php \
+	 && git fetch upstream
+
 [puppet-unattended_upgrades]
 checkout = git clone https://forge.softwareheritage.org/source/puppet-puppet-unattended_upgrades.git puppet-unattended_upgrades \
 	 && cd puppet-unattended_upgrades \
@@ -227,12 +233,6 @@ checkout = git clone https://forge.softwareheritage.org/source/puppet-theforeman
 	 && git remote add upstream https://github.com/theforeman/puppet-puppet \
 	 && git fetch upstream
 
-[thias-php]
-checkout = git clone https://forge.softwareheritage.org/source/puppet-thias-php.git thias-php \
-	 && cd thias-php \
-	 && git remote add upstream https://github.com/thias/puppet-php \
-	 && git fetch upstream
-
 [trepasi-debnet]
 checkout = git clone https://forge.softwareheritage.org/source/puppet-trepasi-debnet.git trepasi-debnet \
 	 && cd trepasi-debnet \