We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0234919 commit ab20f00Copy full SHA for ab20f00
spec/fixtures/modules/facts/plans/emit.pp renamed to spec/fixtures/modules/facts_test/plans/emit.pp
@@ -1,4 +1,4 @@
1
-plan facts::emit(String $host) {
+plan facts_test::emit(String $host) {
2
$target = get_targets($host)[0]
3
return "Facts for ${host}: ${facts($target)}"
4
}
spec/fixtures/modules/facts/plans/init.pp renamed to spec/fixtures/modules/facts_test/plans/init.pp
-plan facts(String $host) {
+plan facts_test(String $host) {
add_facts($target, { 'kernel' => 'Linux', 'cloud' => { 'provider' => 'AWS' } })
0 commit comments