summaryrefslogtreecommitdiffstats
path: root/examples/code/snippets/tag.pp
blob: e6e770dd9f9abf0ffe8abb4004ce09404184b272 (plain)
1
2
3
4
5
6
7
8
9
# $Id$

$variable = value

tag yayness, rahness

tag booness, $variable

file { "/tmp/settestingness": ensure => file }