Include package python-dateutils

A script that runs when an asset is added to the app catalog
relies on python-dateutils. When it is not available, it
fails silently, and does not update the date that asset was
last modified. This commit will include that package.

Change-Id: I43b42c8e9d2a6053f9817c63bdc65c5b35eec485
Closes-Bug: 1553572
This commit is contained in:
Christopher Aedo 2016-08-22 17:21:10 -07:00
parent e85166ef32
commit 389e331d6b
1 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,12 @@ class apps_site (
}
}
if ! defined(Package['python-dateutil']) {
package { 'python-dateutil':
ensure => present,
}
}
if ($::lsbdistcodename == 'trusty') {
if ! defined(Package['zopfli']) {
package { 'zopfli':