diff --git a/.mrconfig b/.mrconfig index 312744e..3aa1d01 100644 --- a/.mrconfig +++ b/.mrconfig @@ -1,46 +1,52 @@ [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 [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 [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 +[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 + [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