Skip to content

Commit

Permalink
Use ansible_managed.
Browse files Browse the repository at this point in the history
Related to: debops/debops#120
  • Loading branch information
ypid committed Jun 28, 2016
1 parent 7ba4302 commit a220ee9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/etc/default/redis-server.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed by Ansible, all changes will be lost
# {{ ansible_managed }}

# redis-server configure options

Expand Down
2 changes: 1 addition & 1 deletion templates/etc/init.d/redis-sentinel.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# This file is managed by Ansible, all changes will be lost
# {{ ansible_managed }}

### BEGIN INIT INFO
# Provides: redis-sentinel
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/init.d/service.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# This file is managed by Ansible, all changes will be lost
# {{ ansible_managed }}

### BEGIN INIT INFO
# Provides: redis-{{ item.name }}
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/redis/redis-ansible.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed by Ansible, all changes will be lost
# {{ ansible_managed }}

{% set redis_tpl_redis_version = register_redis_version.stdout | replace('v=', '') -%}
{# UNITS
Expand Down
2 changes: 1 addition & 1 deletion templates/etc/redis/sentinel-ansible.conf.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is managed by Ansible, all changes will be lost
# {{ ansible_managed }}

############################### GENERAL #####################################

Expand Down
2 changes: 1 addition & 1 deletion templates/usr/local/lib/redis/trigger.sh.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# This file is managed by Ansible, all changes will be lost
# {{ ansible_managed }}

set -e

Expand Down

0 comments on commit a220ee9

Please sign in to comment.