summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/certbot.pp
blob: cad7d1a21196ebc9e07f6619e699d523061509b2 (plain) (blame)
1
2
3
4
5
6
7
8
class tozt::certbot {
  include tozt::persistent

  class { "certbot":
    config_dir => "/media/persistent/certbot",
    require => Class["tozt::persistent"],
  }
}