Skip to content

Commit 5e59142

Browse files
committed
Remove unused validate_postgresql_connection.sh script
This script has been unused since postgresql::validate_db_connection was dropped. It now ensures the file is absent. Fixes: 9b47b34 ("Delete deprecated validate_db_connection() defined resource")
1 parent d5911ec commit 5e59142

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

files/validate_postgresql_connection.sh

-34
This file was deleted.

manifests/client.pp

+1-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
}
2727

2828
file { $validcon_script_path:
29-
ensure => $file_ensure,
30-
content => file('postgresql/validate_postgresql_connection.sh'),
31-
owner => 0,
32-
group => 0,
33-
mode => '0755',
29+
ensure => absent,
3430
}
3531
}

0 commit comments

Comments
 (0)