About Puppet
Get Started
Downloads
Support
Documentation
Search:
Login
Settings
Help/Guide
My Notifications
Register
Wiki
Timeline
Tickets
New Ticket
Search
Tags
Ticket #1030
: class.pp
File class.pp, 205 bytes (added by DavidS, 10 months ago)
the test manifest
Line
1
2
class muh {
3
package { bash: ensure => installed }
4
}
5
6
class muh2 inherits muh {
7
8
}
9
10
class bar {
11
12
include muh2
13
14
package { libc6: ensure => installed, require => Class[muh] }
15
16
}
17
18
include bar
19
20
21
22
Download in other formats:
Original Format
Copyright ©
2000-2007
Reductive Labs, LLC.