Skip to content

Commit 22a7ccb

Browse files
authored
Merge pull request #252 from ody/add_read_map_add_compiler
Add read map so puppetdb can start on new compiler
2 parents 68384bc + d2004d6 commit 22a7ccb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plans/add_compiler.pp

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
path => '/opt/puppetlabs/server/data/postgresql/11/data/pg_ident.conf',
3737
line => "pe-puppetdb-pe-puppetdb-migrator-map ${compiler_target.peadm::certname()} pe-puppetdb-migrator",
3838
}
39+
file_line { 'pe-puppetdb-pe-puppetdb-read-map':
40+
path => '/opt/puppetlabs/server/data/postgresql/11/data/pg_ident.conf',
41+
line => "pe-puppetdb-pe-puppetdb-read-map ${compiler_target.peadm::certname()} pe-puppetdb-read",
42+
}
3943
}
4044

4145
# Reload pe-postgresql.service

0 commit comments

Comments
 (0)