Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/302920

Change subject: Pass --trusted_node_data to the compilation process
......................................................................

Pass --trusted_node_data to the compilation process

Since we are migrating to puppet 3.5+ we want to enable
trusted_node_data. Enable it in the puppet compiler as well

Change-Id: I5b08ccd036e25c35523aa1c7e0191fded5c84c25
---
M puppet_compiler/puppet.py
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software/puppet-compiler 
refs/changes/20/302920/1

diff --git a/puppet_compiler/puppet.py b/puppet_compiler/puppet.py
index 0783d26..8f8e510 100644
--- a/puppet_compiler/puppet.py
+++ b/puppet_compiler/puppet.py
@@ -21,6 +21,7 @@
                                    os.path.join(srcdir, 'modules')),
            '--confdir=%s' % srcdir,
            '--templatedir=%s' % tpldir,
+           '--trusted_node_data',
            '--compile=%s' % hostname,
            '--color=false'
            ]

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b08ccd036e25c35523aa1c7e0191fded5c84c25
Gerrit-PatchSet: 1
Gerrit-Project: operations/software/puppet-compiler
Gerrit-Branch: master
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to