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 95fa899 commit b5a541b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/site.pp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
include nginx
include aliases

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

0 comments on commit b5a541b

Please sign in to comment.