We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312131f commit 26d2dc2Copy full SHA for 26d2dc2
1 file changed
manifests/init.pp
@@ -76,11 +76,11 @@
76
fail("Module is not compatible with ${facts['os']['name']}")
77
}
78
79
- # Anchor pattern to contain dependencies
80
- anchor { 'python::begin': }
81
- -> class { 'python::install': }
82
- -> class { 'python::config': }
83
- -> anchor { 'python::end': }
+ contain python::install
+ contain python::config
+
+ Class['python::install']
+ -> Class['python::config']
84
85
# Set default umask.
86
if $umask != undef {
0 commit comments