Use FACTER_resource_name in shell variables
Also, use_sudo added to _scp_command.
This commit is contained in:
parent
9d6085dbe0
commit
ef7a0002a7
@ -1,4 +1,4 @@
|
||||
$resource = hiera('{{ resource_name }}')
|
||||
$resource = hiera($::resource_name)
|
||||
|
||||
$ip = $resource['input']['ip']['value']
|
||||
$admin_token = $resource['input']['admin_token']['value']
|
||||
|
Loading…
Reference in New Issue
Block a user