Scenarios to automate BIG-IP with Puppet
DevOps is the best practice for businesses to pursue digital transformation strategies to venture into new revenue streams or simply remain competitive. It’s hard, though. One of the biggest challeng...
Published Oct 05, 2017
Version 1.0Eric_Ji
Employee
Joined May 16, 2019
Eric_Ji
Employee
Joined May 16, 2019
Tomtom_202112
Mar 27, 2018Nimbostratus
can you please advise how I can use this module with hiera data? I'm trying to leverage hiera data to pass in values to to manage a pair of f5 modules.
another question, how can I pass in the name of the node as a variable in hiera? I tried to use "node $nodename" and it failed to interpret the data.
In addition, whenever I tried to user a $variable as a value to a parameter, the value is null ex: hostname => $node1_hostname, vs only works with hostname => 'host.a.b.c'