index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
data
/
snippets
/
emptyifelse.pp
blob: 598b486acb17817249348783b8f0207e5a386fa8 (
plain
)
1
2
3
4
5
6
7
8
9
if false
{
}
else
{
# nothing here
}
if true
{
# still nothing
}