Skip to content

Commit c0d1c3c

Browse files
authored
Merge pull request #238 from tampakrap/routesyaml_mode
set mode 0644 for routes.yaml
2 parents 6557a71 + 1bf965e commit c0d1c3c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/master/routes.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@
3939
file { "${puppet_confdir}/routes.yaml":
4040
ensure => file,
4141
content => template('puppetdb/routes.yaml.erb'),
42+
mode => '0644',
4243
}
4344
}

0 commit comments

Comments
 (0)