avoid jq
This commit is contained in:
parent
bffe5ffd80
commit
ac4d75293e
1 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,7 @@ class common {
|
||||||
include ufw
|
include ufw
|
||||||
include apt
|
include apt
|
||||||
include apparmor
|
include apparmor
|
||||||
package {'jq': ensure => latest }
|
package {'jq': ensure => 'latest'}
|
||||||
}
|
}
|
||||||
|
|
||||||
class dhcp6_client {
|
class dhcp6_client {
|
||||||
|
@ -140,7 +140,6 @@ class md_signer($dest_host="localhost",$dest_dir="") {
|
||||||
pipeline => "${name}.fd",
|
pipeline => "${name}.fd",
|
||||||
volumes => ["/etc/credentials:/etc/credentials"]
|
volumes => ["/etc/credentials:/etc/credentials"]
|
||||||
} ->
|
} ->
|
||||||
package {'jq': ensure => 'latest'} ->
|
|
||||||
sunet::ssh_host_credential { "${name}-publish-credential":
|
sunet::ssh_host_credential { "${name}-publish-credential":
|
||||||
hostname => $dest_host,
|
hostname => $dest_host,
|
||||||
username => 'root',
|
username => 'root',
|
||||||
|
|
Loading…
Add table
Reference in a new issue