Actions
Bug #20617
closedglobal variables: set the type
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
If I set the global variable http_proxy_port to 3142 and use it in the following puppet code:
class { 'apt': proxy => { host => $http_proxy, port => 3142, # XXX $http_proxy_port, ensure => present, } }
I get this error: Server Error: Evaluation Error: Error while evaluating a Function Call, assert_type(): expects an Integer value, got String at /etc/puppetlabs/code/modules/apt/manifests/init.pp:75:5 on node
I would like to be able to set the type for global variables. Just like with smart class variables.
Updated by Tomer Brisker over 7 years ago
- Is duplicate of Feature #4127: Array, Boolean and other types support in "hostgroup parameters" added
Updated by Tomer Brisker over 7 years ago
- Project changed from Website to Foreman
- Status changed from New to Duplicate
Setting to correct project and closing as duplicate.
Actions