[Pkg-puppet-devel] [facter] 33/180: (FACT-375) Update apt after installing new repo
Stig Sandbeck Mathisen
ssm at debian.org
Mon Jun 30 15:06:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit adf1c2bc188c3182f6692e0a1deb63d01a288872
Author: Adrien Thebo <git at somethingsinistral.net>
Date: Wed Mar 19 13:09:20 2014 -0700
(FACT-375) Update apt after installing new repo
---
acceptance/lib/puppet/acceptance/install_utils.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/acceptance/lib/puppet/acceptance/install_utils.rb b/acceptance/lib/puppet/acceptance/install_utils.rb
index f8350ec..5c895cf 100644
--- a/acceptance/lib/puppet/acceptance/install_utils.rb
+++ b/acceptance/lib/puppet/acceptance/install_utils.rb
@@ -146,6 +146,7 @@ module Puppet
on host, "mv /root/*.list /etc/apt/sources.list.d"
on host, "dpkg -i --force-all /root/*.deb"
+ on host, "apt-get update"
else
host.logger.notify("No repository installation step for #{platform} yet...")
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git
More information about the Pkg-puppet-devel
mailing list