Skip to content

Commit

Permalink
add headers to warn that this file is managed by puppet
Browse files Browse the repository at this point in the history
  • Loading branch information
bbinet committed May 1, 2011
1 parent 11c275d commit 81a0940
Show file tree
Hide file tree
Showing 15 changed files with 60 additions and 0 deletions.
4 changes: 4 additions & 0 deletions files/supervisor/conf.d/nosier-bruno.conf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[program:nosier-bruno]
directory = /root
command = /usr/local/bin/nosier -p /home/bruno/Desktop "/usr/local/bin/unison-icron.sh bruno true"
Expand Down
4 changes: 4 additions & 0 deletions files/supervisor/conf.d/nosier-clemence.conf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[program:nosier-clemence]
directory = /root
command = /usr/local/bin/nosier -p /home/clemence/Desktop "/usr/local/bin/unison-icron.sh clemence true"
Expand Down
4 changes: 4 additions & 0 deletions files/supervisor/conf.d/nosier-films_perso.conf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[program:nosier-films_perso]
directory = /root
command = /usr/local/bin/nosier -p /home/data/films_perso "/usr/local/bin/unison-icron.sh films_perso true"
Expand Down
4 changes: 4 additions & 0 deletions files/supervisor/conf.d/nosier-photos.conf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[program:nosier-photos]
directory = /root
command = /usr/local/bin/nosier -p /home/data/photos "/usr/local/bin/unison-icron.sh photos true"
Expand Down
4 changes: 4 additions & 0 deletions files/supervisor/conf.d/nosier-videos.conf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[program:nosier-videos]
directory = /root
command = /usr/local/bin/nosier -p /home/data/videos "/usr/local/bin/unison-icron.sh videos true"
Expand Down
4 changes: 4 additions & 0 deletions files/supervisor/conf.d/nosier-websites.conf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[program:nosier-websites]
directory = /root
command = /usr/local/bin/nosier -p /home/data/websites "/usr/local/bin/unison-icron.sh websites true"
Expand Down
4 changes: 4 additions & 0 deletions files/unison/bruno.prf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Roots of the synchronization
root = /
root = ssh://srvb//
Expand Down
4 changes: 4 additions & 0 deletions files/unison/clemence.prf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Roots of the synchronization
root = /
root = ssh://srvb//
Expand Down
4 changes: 4 additions & 0 deletions files/unison/common
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Some general regexps specifying names to ignore
ignore = Path home/bruno/Desktop/Import
ignore = Name *~
Expand Down
4 changes: 4 additions & 0 deletions files/unison/films_perso.prf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Roots of the synchronization
root = /
root = ssh://srvb//
Expand Down
4 changes: 4 additions & 0 deletions files/unison/photos.prf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Roots of the synchronization
root = /
root = ssh://srvb//
Expand Down
4 changes: 4 additions & 0 deletions files/unison/videos.prf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Roots of the synchronization
root = /
root = ssh://srvb//
Expand Down
4 changes: 4 additions & 0 deletions files/unison/websites.prf
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
# Roots of the synchronization
root = /
root = ssh://srvb//
Expand Down
4 changes: 4 additions & 0 deletions files/zc.buildout/bootstrap.py
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
##############################################################################
#
# Copyright (c) 2006 Zope Foundation and Contributors.
Expand Down
4 changes: 4 additions & 0 deletions files/zc.buildout/buildout-main.cfg
@@ -1,3 +1,7 @@
#
# ** THIS FILE IS MANAGED BY PUPPET **
# ** Do not edit manually **
#
[buildout]
index = http://pypi.camptocamp.net/pypi/
parts = eggs
Expand Down

0 comments on commit 81a0940

Please sign in to comment.