# Your puppet code goes here. $the_name = hiera('the_name', 'World') notify { "Hello, ${the_name}. ":}