index
:
puppet
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
fixtures
/
unit
/
parser
/
functions
/
create_resources
/
foo
/
manifests
/
init.pp
blob: 1772d0bae98b7986e8fd7b61a0a04e4d54fa9780 (
plain
)
1
2
3
class
foo
{
create_resources
(
'foo::wrongdefine'
, {
'blah'
=>{
'one'
=>
'two'
}})
}