Fix typo relase instead of release
This commit is contained in:
parent
59804bc09f
commit
8514623445
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ object Host "infra02sat.infra.cacert.org" {
|
|||
address6 = "::1"
|
||||
|
||||
vars.is_container = true
|
||||
vars.debian_relase = 12
|
||||
vars.debian_release = 12
|
||||
|
||||
vars.ca_certs["Puppet"] = {
|
||||
ssl_cert_file = "/var/lib/puppet/ssl/certs/ca.pem"
|
||||
|
|
|
@ -11,7 +11,7 @@ object Host "infra03sat.infra.cacert.org" {
|
|||
address6 = "::1"
|
||||
|
||||
vars.is_container = true
|
||||
vars.debian_relase = 12
|
||||
vars.debian_release = 12
|
||||
|
||||
vars.ca_certs["Puppet"] = {
|
||||
ssl_cert_file = "/var/lib/puppet/ssl/certs/ca.pem"
|
||||
|
|
Loading…
Reference in a new issue