Skip to content

Commit ec74c76

Browse files
committed
Add bootstrap tag to profile::vector
1 parent 4888f7a commit ec74c76

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

site/profile/manifests/vector.pp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
class profile::vector
2-
(
1+
class profile::vector (
32
String $config = file('puppet:///modules/profile/vector/default_config.yaml')
4-
)
5-
{
3+
) {
4+
tag 'mc_bootstrap'
5+
66
yumrepo { 'vector':
77
ensure => present,
88
enabled => true,
@@ -33,4 +33,3 @@
3333
require => [Package['vector']],
3434
}
3535
}
36-

0 commit comments

Comments
 (0)