Skip to content

Commit

Permalink
Hide content of autosign script.
Browse files Browse the repository at this point in the history
The content may contain sensitive information about your signing
policies.  This script might not qualify as `sensitive` but it
probably is something to protect.
  • Loading branch information
jcpunk committed Jan 10, 2023
1 parent 9421bd4 commit 651cae0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions manifests/server/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,13 @@
$autosign_content = undef
}
file { $puppet::server::autosign:
ensure => file,
owner => $puppet::server::user,
group => $puppet::server::group,
mode => $puppet::server::autosign_mode,
content => $autosign_content,
source => $puppet::server::autosign_source,
ensure => file,
owner => $puppet::server::user,
group => $puppet::server::group,
mode => $puppet::server::autosign_mode,
content => $autosign_content,
source => $puppet::server::autosign_source,
show_diff => false,
}
}

Expand Down

0 comments on commit 651cae0

Please sign in to comment.