Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 5a92949

Browse files
committed
Add comments to templates stating that they are managed by puppet
1 parent da2d8dc commit 5a92949

36 files changed

+73
-8
lines changed

templates/activemq/activemq-network.xml.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!--
2+
Managed by puppet - module openshift-openshift_origin
3+
4+
25
Licensed to the Apache Software Foundation (ASF) under one or more
36
contributor license agreements. See the NOTICE file distributed with
47
this work for additional information regarding copyright ownership.

templates/activemq/activemq.xml.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!--
2+
Managed by puppet - module openshift-openshift_origin
3+
4+
25
Licensed to the Apache Software Foundation (ASF) under one or more
36
contributor license agreements. See the NOTICE file distributed with
47
this work for additional information regarding copyright ownership.

templates/activemq/jetty-realm.properties.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Managed by puppet - module openshift-openshift_origin
2+
13
## ---------------------------------------------------------------------------
24
## Licensed to the Apache Software Foundation (ASF) under one or more
35
## contributor license agreements. See the NOTICE file distributed with

templates/activemq/jetty.xml.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
<!-- Managed by puppet - module openshift-openshift_origin -->
22
<!--
33
Licensed to the Apache Software Foundation (ASF) under one or more contributor
44
license agreements. See the NOTICE file distributed with this work for additional

templates/avahi/avahi-daemon.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Managed by puppet - module openshift-openshift_origin
2+
13
# This file is part of avahi.
24
#
35
# avahi is free software; you can redistribute it and/or modify it
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
KEY_NAME=<%= scope.lookupvar('::hostname') %>
2-
KEY_VALUE=<%= scope.lookupvar('::domain') %>
2+
KEY_VALUE=<%= scope.lookupvar('::domain') %>

templates/broker/broker.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Managed by puppet - module openshift-openshift_origin
2+
13
# Domain suffix to use for applications (Must match node config)
24
CLOUD_DOMAIN="<%= scope.lookupvar('::openshift_origin::domain') %>"
35
# Comma-separated list of valid gear sizes

templates/broker/msg-broker-mcollective.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Managed by puppet - module openshift-openshift_origin
2+
13
# Some settings to configure how mcollective handles gear placement on nodes:
24

35
# Use districts when placing gears and moving them between hosts. Should be

templates/broker/plugins/auth/basic/openshift-origin-auth-remote-user-basic.conf.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Managed by puppet - module openshift-openshift_origin
2+
13
LoadModule auth_basic_module modules/mod_auth_basic.so
24
LoadModule authn_file_module modules/mod_authn_file.so
35
LoadModule authz_user_module modules/mod_authz_user.so
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
# Managed by puppet - module openshift-openshift_origin
2+
13
TRUSTED_HEADER="REMOTE_USER"

0 commit comments

Comments
 (0)