Skip to content

Commit

Permalink
init: 15update-stamp is not a template, make it a plain file
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Jun 15, 2024
1 parent decda00 commit f3ef0a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@

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

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

0 comments on commit f3ef0a1

Please sign in to comment.