Upload .asc, move wrapper to git

epel9
Orion Poplawski 10 years ago
parent 9e801e0a86
commit 9b46536457

2
.gitignore vendored

@ -4,5 +4,3 @@
*.tar.gz.asc
/puppet-*/
/.build*.log
/start-puppet-wrapper
/23115-convert-nil-to-undef.patch

@ -1 +1,2 @@
0314f55d4f89a00383443fb3910637ba puppet-3.7.5.tar.gz
fa2cc84a083808815a7802771fd46309 puppet-3.7.1.tar.gz.asc

@ -0,0 +1,6 @@
#!/bin/sh
#
# This is wrapper script to start puppet which is used to support starting
# puppet daemon processes with correct SELinux context.
/usr/bin/puppet $*
Loading…
Cancel
Save