Mozilla Home
Privacy
Cookies
Legal
Bugzilla
Browse
Advanced Search
New Bug
Reports
Documentation
Log In
Log In with GitHub
or
Remember me
Browse
Advanced Search
New Bug
Reports
Documentation
Attachment 471067 Details for
Bug 583924
[patch]
Working puppet patch
b583924-puppet-v2.diff (text/plain), 1.01 KB, created by
Nick Thomas [:nthomas] (UTC+12)
(
hide
)
Description:
Working puppet patch
Filename:
MIME Type:
Creator:
Nick Thomas [:nthomas] (UTC+12)
Size:
1.01 KB
patch
obsolete
>diff -r 79cb19ba1ff0 os/osx.pp >--- a/os/osx.pp Mon Aug 30 09:42:49 2010 -0400 >+++ b/os/osx.pp Wed Sep 01 02:04:26 2010 -0700 >@@ -267,7 +267,11 @@ > install_dmg { > "nrpe-i386.dmg": > creates => "/usr/local/nagios-i386/sbin/nrpe"; >- "yasm-1.0.1.dmg": >- creates => "/usr/local/bin/yasm"; >+ } >+ package { >+ "yasm-1.1.0.dmg": >+ provider => pkgdmg, >+ ensure => installed, >+ source => "${platform_httproot}/DMGs/yasm-1.1.0.dmg"; > } > } >diff -r 79cb19ba1ff0 packages/moz-rpms.pp >--- a/packages/moz-rpms.pp Mon Aug 30 09:42:49 2010 -0400 >+++ b/packages/moz-rpms.pp Wed Sep 01 02:04:26 2010 -0700 >@@ -14,7 +14,8 @@ > } > package { > "yasm": >- source => "${platform_httproot}/RPMs/yasm-1.0.1-1.$rpm_arch.rpm"; >+ source => "${platform_httproot}/RPMs/yasm-1.1.0-1.$rpm_arch.rpm", >+ ensure => latest; > "ccache": > source => "${platform_httproot}/RPMs/ccache-2.4-99.11.$rpm_arch.rpm"; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Flags:
bhearsum
: review+
nthomas
: checked-in+
Actions:
View
|
Diff
|
Review
Attachments on
bug 583924
:
470685
|
470723
|
470738
| 471067 |
471393