we should pass the architecture to devel packages
This commit is contained in:
parent
af76f6cfe7
commit
7a44f28880
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# manifests/libssh2/devel.pp
|
||||
|
||||
class sshd::libssh2::devel inherits sshd::libssh2 {
|
||||
package{'libssh2-devel':
|
||||
package{"libssh2-devel.${architecture}":
|
||||
ensure => installed,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue