changed Class of no_proxy from String to Boolean in Class[Eid::Kvmhost]
This commit is contained in:
parent
71e90f0fcd
commit
ff97f3419a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
class eid::kvmhost(
|
||||
String $proxy_server = hiera('eid_proxy_server'),
|
||||
String $no_proxy = hiera('eid_no_proxy'),
|
||||
Boolean $no_proxy = hiera('eid_no_proxy'),
|
||||
Hash $vms = [],
|
||||
) {
|
||||
file {
|
||||
|
|
Loading…
Add table
Reference in a new issue