Puppet Class: confluent

Defined in:
manifests/init.pp

Overview



1
2
3
4
5
6
# File 'manifests/init.pp', line 1

class confluent {
  Package<| tag == '__confluent__' |> ->
  User<| tag == '__confluent__' |> ->
  File<| tag == '__confluent__' |> ->
  Service<| tag == '__confluent__' |>
}