Skip to content

Commit

Permalink
Added rpm-build package to mock class
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff McCune <jeff@puppetlabs.com>
  • Loading branch information
Jeff McCune committed Aug 12, 2010
1 parent fa80a91 commit f1cbb67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions suite/share/modules/puppetlabs/manifests/mock.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
comment => "Fedora Mock Build",
password => '!!';
}
Package { ensure => "installed" }
package {
"mock":
ensure => "installed",
require => [ Puppetlabs::Account["mock"] ];
}
"rpm-build:;
}
}

0 comments on commit f1cbb67

Please sign in to comment.