]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Adds {{ ansible_managed }} to perl scripts in files/libexec
authorAndrew Schoen <aschoen@redhat.com>
Thu, 19 Mar 2015 20:10:49 +0000 (15:10 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 24 Mar 2015 00:18:50 +0000 (17:18 -0700)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/common/files/libexec/diskusage.pl
roles/common/files/libexec/raid.pl
roles/common/files/libexec/smart.pl

index 87ce16bd06388892f8ed17f3bde7762e30c0b6f6..49200dadeb2514fdb66be3499d91b59738569414 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+# {{ ansible_managed }}
+
 #******************************************************************************************
 #
 # NRPE DISK USAGE PLUGIN
index e9b70621591b35791da8641979d81fe91634fb80..f65eedd18bb1c620a1a6d7a51daeaa750471090b 100755 (executable)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+# {{ ansible_managed }}
+
 use strict;
 
 my $warn;
index 7f99ce16034f9327618c21621c0bd298e4c4e882..0da3d01b678473ffba6fcfe124cef4b131869a95 100644 (file)
@@ -1,5 +1,7 @@
 #!/usr/bin/perl
 
+# {{ ansible_managed }}
+
 use strict;
 
 my $warn;