summaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
Diffstat (limited to 'test/data')
-rw-r--r--test/data/snippets/fqparents.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/snippets/fqparents.pp b/test/data/snippets/fqparents.pp
index ae588d9cf..40fb93344 100644
--- a/test/data/snippets/fqparents.pp
+++ b/test/data/snippets/fqparents.pp
@@ -4,8 +4,8 @@ class base {
}
}
-class two inherits base::one {
+class two::three inherits base::one {
file { "/tmp/fqparent2": ensure => file }
}
-include two
+include two::three