Commit bc7e5bb540ef9f9f2c5a6456da7059b3dc95b2dd
1 parent
13b92bc1
Exists in
master
and in
13 other branches
Adding gettext to requirements
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
puppet/modules/colab/manifests/requirements.pp
@@ -74,4 +74,9 @@ class colab::requirements { | @@ -74,4 +74,9 @@ class colab::requirements { | ||
74 | package { 'libxslt1-dev': | 74 | package { 'libxslt1-dev': |
75 | ensure => installed, | 75 | ensure => installed, |
76 | } | 76 | } |
77 | + | ||
78 | + # req by Django L10N | ||
79 | + package { 'gettext': | ||
80 | + ensure => installed, | ||
81 | + } | ||
77 | } | 82 | } |