changed Class of no_proxy from String to Boolean in Class[Eid::Kvmhost]

This commit is contained in:
Erik Bergström 2018-05-07 14:40:44 +02:00
parent 71e90f0fcd
commit ff97f3419a

View file

@ -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 {