Use libxslt1-dev rather than libxslt-dev

This is the actual package name.  Using the unversioned package
will cause puppet to attempt to install it each time.

Change-Id: I03850efb0f2b0cf3e00dbf906af97ca51b0840d5
This commit is contained in:
James E. Blair 2016-07-08 08:20:49 -07:00
parent 7021dc9d7e
commit 6b1051fc6c
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ class jeepyb (
ensure => present,
}
}
if ! defined(Package['libxslt-dev']) {
package { 'libxslt-dev':
if ! defined(Package['libxslt1-dev']) {
package { 'libxslt1-dev':
ensure => present,
}
}