1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2024-09-19 20:40:36 +00:00

add path, shebang, source .bashrc, MAILTO in cron

This commit is contained in:
Bob Belnap 2018-02-23 15:04:18 -05:00
parent eaa3dd2e4d
commit 95273e46d4
2 changed files with 8 additions and 3 deletions

View File

@ -23,6 +23,7 @@ class acme_vault::requestor (
include acme_vault::common
$requestor_bashrc_template = @(END)
export PATH=$HOME:$PATH
export TLDEXTRACT_CACHE=$HOME/.tld_set
export PROVIDER=<%= @lexicon_provider %>
export LEXICON_<%= @lexicon_provider.upcase %>_USERNAME=<%= @lexicon_username %>
@ -73,6 +74,7 @@ END
command => "${home_dir}/${domain}.sh",
user => $user,
weekday => 1,
environment => "MAILTO=${contact_email}",
}
}

View File

@ -1,3 +1,6 @@
#!/bin/bash
. ${HOME}/.bashrc
<%= $acme_script %> \
--issue \
<% if $staging { -%>