protest:
file1:
logdir: '/tmp/'
logfile: fred1
text: 'Alfredo1 was here'
protest:
file2:
logdir: '/tmp/'
logfile: fred2
text: 'Alfredo2 was here'
This I believe is incorrect.
protest:
file1:
logdir: '/tmp/'
logfile: fred1
text: 'Alfredo1 was here'
file2
Hi all.
It might be a simple question for you.
In hiera I have the followings
protest::logdir: '/tmp/'
protest::logfile: fred
protest::text: 'ok ok was here'
and the class is
class protest (
$logdir = $protest::params::logdir,
$logfile= $protest::params::logfile,
$text