Skip to content

Commit 8bc2cf4

Browse files
vchepkovekohl
authored andcommitted
contain subclass to allow proper external ordering
1 parent cd20df2 commit 8bc2cf4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifests/init.pp

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#
3737
# Copyright 2015 Red Hat Inc.
3838
#
39-
class access_insights_client(
39+
class access_insights_client (
4040
$log_level = undef,
4141
$auto_config = 'True',
4242
$authmethod = undef,
@@ -62,7 +62,7 @@
6262
}
6363
}
6464

65-
class { "::access_insights_client::${class_name}":
65+
class { "access_insights_client::${class_name}":
6666
log_level => $log_level,
6767
auto_config => $auto_config,
6868
authmethod => $authmethod,
@@ -76,4 +76,5 @@
7676
obfuscate => $obfuscate,
7777
obfuscate_hostname => $obfuscate_hostname,
7878
}
79+
contain "access_insights_client::${class_name}"
7980
}

0 commit comments

Comments
 (0)