Skip to content

Commit

Permalink
Fixed ansible_managed because it is not default of the DebOps project.
Browse files Browse the repository at this point in the history
* Would not be found by debops/debops#120
* `git ls-files | xargs sed -i 's/\(This file is managed remotely, all changes will be lost\|This file is managed remotely, some changes might be overwritten\)/{{ ansible_managed }}/'`
  • Loading branch information
ypid committed Aug 6, 2015
1 parent 837c3ee commit 71ef3b2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/etc/ca-certificates.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed remotely, some changes might be overwritten
# {{ ansible_managed }}
#
# This file lists certificates that you wish to use or to ignore to be
# installed in /etc/ssl/certs.
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/pki/Makefile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

PKI_BASE_PATH = {{ pki_base_path | default('/etc/pki') }}

Expand Down
2 changes: 1 addition & 1 deletion templates/etc/pki/realm/Makefile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

# PKI Makefile - client endpoint
# Copyright (C) 2014 Maciej Delmanowski <drybjed@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/pki/realm/templates/gnutls/default.cnf.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set item = item.1 %}
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

# X.509 Certificate options
#
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/pki/realm/templates/openssl/default.cnf.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set realm = item.0 %}
{% set certificate = item.1 %}
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

HOME = .
RANDFILE = $ENV::HOME/.rnd
Expand Down
2 changes: 1 addition & 1 deletion templates/secret/pki/authorities/authority/Makefile.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

# ---- Ansible control variables ----

Expand Down
2 changes: 1 addition & 1 deletion templates/secret/pki/authorities/authority/openssl.cnf.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set authority = item %}
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

HOME = ./.db
RANDFILE = $HOME/private/.random_seed
Expand Down
2 changes: 1 addition & 1 deletion templates/secret/pki/make.sh.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This file is managed remotely, all changes will be lost
# {{ ansible_managed }}

set -e

Expand Down

0 comments on commit 71ef3b2

Please sign in to comment.