This script copies puppet.gpg file to '/root' dir of Grml-sipwise image in building process. Create 'scripts/PUPPETLABS' so '10-gpgkey' is copied there in runtime. Change-Id: I836fa35e3f64f40cb4ee4a298fc18676f7689b54changes/58/31158/5
parent
3ea8662956
commit
9c5343a071
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
fcopy -v /root/puppet.gpg
|
Loading…
Reference in new issue