diff --git a/.mrconfig b/.mrconfig index a5e9106..68cdf56 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,103 +1,109 @@ [swh-site] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/swh-site \ && cd swh-site \ && git checkout -b production origin/production [swh-profile] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/swh-profile [swh-role] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/swh-role [swh-dar] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/swh-dar [swh-postfix] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/swh-postfix [private/swh-private-data] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/private/swh-private-data [inkblot-bind] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/inkblot-bind \ && cd inkblot-bind \ && git remote add upstream https://github.com/inkblot/puppet-bind \ && git fetch upstream [puppetlabs-apache] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/puppetlabs-apache \ && cd puppetlabs-apache \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-apache \ && git fetch upstream [puppetlabs-ntp] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/puppetlabs-ntp \ && cd puppetlabs-ntp \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-ntp \ && git fetch upstream [puppetlabs-stdlib] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/puppetlabs-stdlib \ && cd puppetlabs-stdlib \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-stdlib \ && git fetch upstream [puppetlabs-concat] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/puppetlabs-concat \ && cd puppetlabs-concat \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-concat \ && git fetch upstream [puppetlabs-mysql] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/puppetlabs-mysql \ && cd puppetlabs-mysql \ && git remote add upstream https://github.com/puppetlabs/puppetlabs-mysql \ && git fetch upstream [ripienaar-module_data] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/ripienaar-module_data \ && cd ripienaar-module_data \ && git remote add upstream https://github.com/ripienaar/puppet-module-data \ && git fetch upstream [rlenglet-debconf_package] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/rlenglet-debconf_package \ && cd rlenglet-debconf_package \ && git remote add upstream https://github.com/rlenglet/puppet-debconf_package \ && git fetch upstream [saz-locales] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/saz-locales \ && cd saz-locales \ && git remote add upstream https://github.com/saz/puppet-locales \ && git fetch upstream [saz-ssh] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/saz-ssh \ && cd saz-ssh \ && git remote add upstream https://github.com/saz/puppet-ssh \ && git fetch upstream [saz-sudo] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/saz-sudo \ && cd saz-sudo \ && git remote add upstream https://github.com/saz/puppet-sudo \ && git fetch upstream [ssm-munin] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/ssm-munin \ && cd ssm-munin \ && git remote add upstream https://github.com/ssm/ssm-munin \ && git fetch upstream [theforeman-puppet] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/theforeman-puppet \ && cd theforeman-puppet \ && git remote add upstream https://github.com/theforeman/puppet-puppet \ && git fetch upstream +[thias-php] +checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/thias-php \ + && cd thias-php \ + && git remote add upstream https://github.com/thias/puppet-php \ + && git fetch upstream + [trepasi-debnet] checkout = git clone git@git.softwareheritage.org:swh/sysadm/puppet/trepasi-debnet \ && cd trepasi-debnet \ && git remote add upstream https://github.com/rtib/tib-debnet \ && git fetch upstream