just install certbot...
This commit is contained in:
parent
4aeca2a02d
commit
4f740233f7
@ -1 +1,2 @@
|
|||||||
---
|
---
|
||||||
|
certbot::package: py37-certbot
|
||||||
|
11
manifests/init.pp
Normal file
11
manifests/init.pp
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# install and configure certbot
|
||||||
|
class certbot(
|
||||||
|
String[1] $package,
|
||||||
|
) {
|
||||||
|
|
||||||
|
package {
|
||||||
|
$package:
|
||||||
|
ensure => present;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user