Skip to content

Commit

Permalink
Fix some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
billglick committed Dec 6, 2024
1 parent a98606b commit c4946c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/kerberos.pp
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
],
}

# CANNOT USER File RESOURCE TO ONLY RUN WHEN EXEC ABOVE RUNS
# SO USING AN Exec RESOURCE TO CREATE THE SCRIPT FILE
# File RESOURCE CANNOT ONLY RUN WHEN EXEC ABOVE RUNS
# SO USING Exec RESOURCE TO CREATE THE SCRIPT FILE
exec { 'create_ad_createhostkeytab.sh_script':
path => ['/usr/bin', '/usr/sbin'],
command => "cat <<'EOF' > /root/ad_createhostkeytab.sh
Expand Down

0 comments on commit c4946c1

Please sign in to comment.