hunner/puppet-wordpress

wp-config.php permissions are odd

Closed this issue · 2 comments

instance app has

Configure wordpress

concat { "${install_dir}/wp-config.php":
owner => $wp_owner,
group => $wp_group,
mode => '0755',
require => Exec["Extract wordpress ${install_dir}"],
}

I don't understand why mode 0755 was choosen rather than 0644 (or even 0640 with group being www-data/httpd/apache)

See #56

mrgum commented

ta