Skip to content

Commit 05e5582

Browse files
committed
init: 15update-stamp is not a template, make it a plain file
1 parent 89c55e8 commit 05e5582

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288

289289
$confheadertmp = epp('apt/_conf_header.epp')
290290
$proxytmp = epp('apt/proxy.epp', { 'proxies' => $_proxy })
291-
$updatestamptmp = epp('apt/15update-stamp.epp')
291+
$updatestamptmp = file('apt/15update-stamp')
292292

293293
if $_proxy['ensure'] == 'absent' or $_proxy['host'] {
294294
apt::setting { 'conf-proxy':

0 commit comments

Comments
 (0)