projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e66642
)
fix filename
author
Peter Palfrader
<peter@palfrader.org>
Thu, 8 Feb 2018 12:39:46 +0000
(13:39 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 8 Feb 2018 12:39:46 +0000
(13:39 +0100)
modules/postgres/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/postgres/manifests/init.pp
b/modules/postgres/manifests/init.pp
index
fb6f055
..
d146310
100644
(file)
--- a/
modules/postgres/manifests/init.pp
+++ b/
modules/postgres/manifests/init.pp
@@
-30,7
+30,7
@@
class postgres {
}
file { '/usr/local/sbin/dsa-restart-all-idle-postgres':
ensure => $ensure,
- source => 'puppet:///modules/postgres/dsa-restart-idle-postgres',
+ source => 'puppet:///modules/postgres/dsa-restart-
all-
idle-postgres',
mode => '0555',
}
}