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

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

Issue 29337881: Issue 3574 - Move workaround for #3479 from class base to adblockplus (Closed)
Patch Set: Created March 6, 2016, 7:32 p.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
Index: modules/base/manifests/init.pp
diff --git a/modules/base/manifests/init.pp b/modules/base/manifests/init.pp
index 2f6c1ddf286427ea82dc1448f76717cc7698a6a4..2f2bd2ae3056113964c091bdca53a172f0f0f1e0 100644
--- a/modules/base/manifests/init.pp
+++ b/modules/base/manifests/init.pp
@@ -97,18 +97,4 @@ class base ($zone='adblockplus.org') {
ensure => 'present',
mode => 0644,
}
-
- # Work around https://issues.adblockplus.org/ticket/3479
- if $::environment == 'development' {
-
- file {
- '/etc/ssh/ssh_host_rsa_key':
- source => 'puppet:///modules/base/development_host_rsa_key',
- mode => 600,
- notify => Service['ssh'];
- '/etc/ssh/ssh_host_rsa_key.pub':
- source => 'puppet:///modules/base/development_host_rsa_key.pub',
- mode => 644;
- }
- }
}
« modules/adblockplus/manifests/init.pp ('K') | « modules/adblockplus/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld