Skip to content

Commit

Permalink
SCL paths for Puppet server configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jistr committed May 27, 2013
1 parent 296da14 commit b2539d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/foreman_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ sudo sed -i 's/net.ipv4.ip_forward = 0/net.ipv4.ip_forward = 1/g' /etc/sysctl.co
# TODO: selinux policy
setenforce 0

augtool -s set /files/etc/puppet/puppet.conf/agent/server $PUPPETMASTER
augtool -s set /files/opt/rh/ruby193/root/etc/puppet/puppet.conf/agent/server $PUPPETMASTER

# Puppet Plugins
augtool -s set /files/etc/puppet/puppet.conf/main/pluginsync true
augtool -s set /files/opt/rh/ruby193/root/etc/puppet/puppet.conf/main/pluginsync true

pushd $FOREMAN_INSTALLER_DIR
cat > installer.pp << EOM
Expand Down

0 comments on commit b2539d6

Please sign in to comment.