Skip to content

Commit be55095

Browse files
committed
Added "Created by Puppet" warnings at the top of the files
1 parent 7dd29f5 commit be55095

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

templates/config.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
####################################################################
2+
####################################################################
3+
##
4+
## File controlled by Puppet Module puppet::master
5+
## Any changes you make will be overwritten.
6+
##
7+
####################################################################
8+
####################################################################
9+
110
# a config.ru, for use with every rack-compatible webserver.
211
# SSL needs to be handled outside this, though.
312

templates/etc/default/puppet.erb

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Only used on debian. Defaults for puppet - sourced by /etc/init.d/puppet
1+
####################################################################
2+
####################################################################
3+
##
4+
## File controlled by Puppet Module puppet::master
5+
## Any changes you make will be overwritten.
6+
##
7+
####################################################################
8+
####################################################################
9+
10+
# Only used on Debian. Defaults for puppet - sourced by /etc/init.d/puppet
211

312
# Start puppet on boot?
413
START=<%= @startonboot %>

templates/etc/sysconfig/puppet.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
####################################################################
2+
####################################################################
3+
##
4+
## File controlled by Puppet Module puppet::master
5+
## Any changes you make will be overwritten.
6+
##
7+
####################################################################
8+
####################################################################
9+
110
# The puppetmaster server
211
PUPPET_SERVER=<%= @puppet_server %>
312

templates/puppet_passenger.conf.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
####################################################################
2+
####################################################################
3+
##
4+
## File controlled by Puppet Module puppet::master
5+
## Any changes you make will be overwritten.
6+
##
7+
####################################################################
8+
####################################################################
9+
110
PassengerHighPerformance on
211
PassengerPoolIdleTime 1500
312
# PassengerMaxRequests 1000

0 commit comments

Comments
 (0)