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:
parent
7021dc9d7e
commit
6b1051fc6c
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user