summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/tick.pp
blob: d4df53559eb85856b26684330fbd07b9bd7761ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
class tozt::tick {
  include tick::server

  nginx::site {
    "influxdb-tls":
      source => 'puppet:///modules/tozt/nginx/influxdb-tls.conf',
      require => Class['certbot'];
    "influxdb":
      source => 'puppet:///modules/tozt/nginx/influxdb.conf';
  }
}