Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/361184 )

Change subject: planet: fix syntax error, source vs. content with templates
......................................................................

planet: fix syntax error, source vs. content with templates

Change-Id: I1de85b5db8f53fa8925d620bfa06f8764812df2b
---
M modules/planet/manifests/theme.pp
1 file changed, 8 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/84/361184/1

diff --git a/modules/planet/manifests/theme.pp 
b/modules/planet/manifests/theme.pp
index a7f6705..47a1b0c 100644
--- a/modules/planet/manifests/theme.pp
+++ b/modules/planet/manifests/theme.pp
@@ -19,20 +19,20 @@
             ensure  => 'directory',
         }
         file { "/var/www/planet/${title}/style.css":
-            ensure => 'present',
-            source => 'puppet:///modules/planet/theme/rawdog_style.css';
+            ensure  => 'present',
+            content => 'puppet:///modules/planet/theme/rawdog_style.css';
         }
         file { "/etc/rawdog/theme/wikimedia/${title}/rd_page.tmpl":
-            ensure => 'present',
-            source => template('planet/html/rd_page.html.tmpl.erb');
+            ensure  => 'present',
+            content => template('planet/html/rd_page.html.tmpl.erb');
         }
         file { "/etc/rawdog/theme/wikimedia/${title}/rd_item.tmpl":
-            ensure => 'present',
-            source => template('planet/html/rd_item.html.tmpl.erb');
+            ensure  => 'present',
+            content => template('planet/html/rd_item.html.tmpl.erb');
         }
         file { "/etc/rawdog/theme/wikimedia/${title}/rd_feedlist.tmpl":
-            ensure => 'present',
-            source => template('planet/html/rd_feedlist.html.tmpl.erb');
+            ensure  => 'present',
+            content => template('planet/html/rd_feedlist.html.tmpl.erb');
         }
         file { "/etc/rawdog/theme/wikimedia/${title}/rd_feeditem.tmpl":
             ensure => 'present',

-- 
To view, visit https://gerrit.wikimedia.org/r/361184
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1de85b5db8f53fa8925d620bfa06f8764812df2b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to