Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/adblockplus/manifests/init.pp

Issue 29367556: Issue 3065 - Refactor adblockplus::puppet module to include Puppet patches (Closed)
Patch Set: Created Dec. 15, 2016, 9:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | modules/adblockplus/manifests/puppet.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/adblockplus/manifests/init.pp
===================================================================
--- a/modules/adblockplus/manifests/init.pp
+++ b/modules/adblockplus/manifests/init.pp
@@ -43,7 +43,6 @@
$users = hiera_hash('adblockplus::users', {}),
) {
- include adblockplus::puppet
include postfix
include ssh
include stdlib
@@ -114,8 +113,10 @@
# https://projects.puppetlabs.com/issues/4145
ensure_resource('file', '/etc/ssh/ssh_known_hosts', {
- ensure => 'present',
- mode => 0644,
+ 'ensure' => 'present',
+ 'group' => 'root',
+ 'mode' => 0644,
+ 'owner' => 'root',
mathias 2016/12/15 10:01:10 Accidental change, removed this one.
})
# See modules/adblockplus/manifests/host.pp
« no previous file with comments | « no previous file | modules/adblockplus/manifests/puppet.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld