We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf21889 commit 2edbb2bCopy full SHA for 2edbb2b
cookbooks/boxcutter_sonatype/README.md
@@ -63,7 +63,7 @@ node.run_state['boxcutter_sonatype'] ||= {}
63
node.run_state['boxcutter_sonatype']['nexus_repository'] ||= {}
64
65
# Provide the Nexus admin password for this Chef run only
66
-node.run_state['boxcutter_sonatype']['nexus_repository']['admin_password'] = 'Superseekret63'
+node.run_state['boxcutter_sonatype']['nexus_repository']['admin_password'] = 'superseekret'
67
```
68
69
Using `node.run_state` ensures the password is available only for the duration
0 commit comments