projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf4ebb
)
Install libxslt1.1 on dell hosts
author
Julien Cristau
<jcristau@debian.org>
Fri, 6 Sep 2019 13:03:43 +0000
(15:03 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Fri, 6 Sep 2019 13:03:43 +0000
(15:03 +0200)
omreport: error while loading shared libraries: libxslt.so.1: cannot open shared object file: No such file or directory
modules/hardware/manifests/raid/dell.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/raid/dell.pp
b/modules/hardware/manifests/raid/dell.pp
index
8e56c61
..
c654f47
100644
(file)
--- a/
modules/hardware/manifests/raid/dell.pp
+++ b/
modules/hardware/manifests/raid/dell.pp
@@
-18,7
+18,9
@@
class hardware::raid::dell {
ensure => installed,
tag => extra_repo,
}
-
+ package { 'libxslt1.1':
+ ensure => installed,
+ }
}
site::aptrepo { 'jessie.dell':
ensure => absent,