summaryrefslogtreecommitdiff
path: root/global
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2014-04-11 20:54:11 +0200
committerLeif Johansson <leifj@sunet.se>2014-04-11 20:54:11 +0200
commite49d7958d8d3f0e1e9d709ed782cf039714f27c6 (patch)
tree535120f3f942146c20fa72c6c84369cc29cedd7c /global
parenta2451b3371e5e1051a98484c109c1b2eea578cec (diff)
Diffstat (limited to 'global')
-rw-r--r--global/overlay/etc/puppet/manifests/cosmos-site.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/global/overlay/etc/puppet/manifests/cosmos-site.pp b/global/overlay/etc/puppet/manifests/cosmos-site.pp
index 676c599..74b5ecb 100644
--- a/global/overlay/etc/puppet/manifests/cosmos-site.pp
+++ b/global/overlay/etc/puppet/manifests/cosmos-site.pp
@@ -65,7 +65,7 @@ node 'registry.swamid.se' {
validUntil => 'P10D',
cacheDuration => 'PT5H'
}
- peerpkg = ['python-dev','libxml2-dev','libxml2','libxslt1-dev','libxslt1.1','xmlsec1','libxmlsec1-openssl','libpq-dev','postgresql','postgresql-client']
+ $peerpkg = ['python-dev','libxml2-dev','libxml2','libxslt1-dev','libxslt1.1','xmlsec1','libxmlsec1-openssl','libpq-dev','postgresql','postgresql-client']
package { $peerpkg: ensure => installed }
class { 'python':
version => 'system',