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