file { "/tmp/somedir":
ensure => directory
}

file { "/tmp/somedir/foo.txt":
ensure => present,
content => "bar\n"
}