Skip to content

Commit

Permalink
Move Hiera to node def
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalligo committed Feb 19, 2016
1 parent 7529fbe commit eba7380
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

node 'tkalligo.puppetlabs.vm'{
notify { "New notify message for new node definition.\n ${::hostname}":}
$message = hiera('message')
notify { "$message" : }
}

node default {
Expand Down

0 comments on commit eba7380

Please sign in to comment.