Skip to content
Snippets Groups Projects
Commit e5b95014 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Use facter from stretch-backports

parent 026e90ff
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,13 @@ PUPPET_MASTER=pergamon
PUPPET_MASTER_FQDN="$PUPPET_MASTER.internal.softwareheritage.org"
LOCATION=sesi_rocquencourt
cat > /etc/apt/sources.list.d/backports.list <<EOF
deb https://deb.debian.org/debian stretch-backports main
EOF
apt-get update
apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install -t stretch-backports facter
apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y dist-upgrade
systemctl disable puppet.service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment