diff options
author | Rob Reynolds <ferventcoder@gmail.com> | 2014-10-01 16:44:37 -0500 |
---|---|---|
committer | Rob Reynolds <ferventcoder@gmail.com> | 2014-10-01 16:44:37 -0500 |
commit | 8df1aa9914bfd17dc244cc56e28d3976265b3cfb (patch) | |
tree | b80a95de760d91083ce9e7eb2f3732cf9b163fc7 | |
parent | 84b58954c958c6c9f80ddf13587399cf42361dba (diff) | |
download | puppet-8df1aa9914bfd17dc244cc56e28d3976265b3cfb.tar.gz |
(PUP-3315) Update build_defaults for MSI builder
This moves the sha1 to include the recent changes to the MSI that add more
clarification on FQDN of Puppet master.
-rw-r--r-- | ext/build_defaults.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml index 1a38ea2ac..22d056856 100644 --- a/ext/build_defaults.yaml +++ b/ext/build_defaults.yaml @@ -16,7 +16,7 @@ build_gem: TRUE build_dmg: TRUE build_msi: puppet_for_the_win: - ref: 'c61dda253b09bd855488f7b6dd7332fdf84d3039' + ref: 'b29b02cb734defd84e2b009df05e8bd83668e1e6' repo: 'git://github.com/puppetlabs/puppet_for_the_win.git' facter: ref: 'refs/tags/2.2.0' |