Include our apt repository on our servers.

(imported from commit def8028201e2aebc031b557001180acbb8e6f27f)
This commit is contained in:
Luke Faraone 2013-05-23 15:09:08 -04:00
parent f911cf1a0b
commit d81ab70644
1 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,15 @@ class humbug::base {
"munin-plugins-extra" ]
package { $packages: ensure => "installed" }
apt::key {"E5FB045CA79AA8FC25FDE9F3B4F81D07A529EF65":
source => "http://apt.humbughq.com/ops.asc",
}
apt::sources_list {"humbug":
ensure => present,
content => 'deb http://apt.humbughq.com/ops wheezy main',
}
# FIXME: Stop using pip since it is insecure
exec {"pip":
command => "/usr/bin/pip install django-jstemplate",