Skip to content

Commit

Permalink
Update site.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwaln22 committed Mar 24, 2016
1 parent 41d4994 commit 449bce7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,12 @@
}
include nginx
include aliases
$message = hiera('mymessage')

mymessage = hiera('mymessage')
$host_name = hiera('hostname')
notify { "$mymessage and hostname is $host_name":}
}

node prajwaln22.puppetlabs.vm {

}

0 comments on commit 449bce7

Please sign in to comment.