Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed ansible_managed because it is not default of the DebOps project. #21

Merged
merged 1 commit into from
Aug 6, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>
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