# this will create /tmp/bar $foo = 'bar'; class bar { file { "/tmp/$foo": ensure => present } }