hi, i configured a Pupper Master [closed]
hi, i configured a Pupper Master & a Agent, After signing certificates, when i try to run "puppet apply node.pp" from Master i am getting below error....
-- cat node.pp content--
node 'agent.domain.com' { file { '/tmp/hello': content => "Hello, world\n", } }
Error: Could not find default node or by name with 'master.domain.com, master' on node master.domain.com
My intention is to create this 'hello' text file in Agent node..