diff --git a/.mrconfig b/.mrconfig index 7f888bd..74f7802 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,22 +1,29 @@ [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 [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 + + +[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