Skip to content

Commit

Permalink
Update site.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
tphoney committed Nov 18, 2015
1 parent 1f69981 commit 1038da8
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 @@ -40,7 +40,7 @@
# Example:
# class { 'my_class': }
notify { "Hello, my name is ${::hostname}": }
if $::$virtual != "physical" {
if $::virtual != "physical" {
$bla = capitalize ($::virtual)
notify {"${bla}":}
}
Expand Down

0 comments on commit 1038da8

Please sign in to comment.