apenney / puppet
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
7348ef8
Ashley Penney (author)
Fri May 30 07:48:23 -0700 2008
| b18e79cf » | Root | 2008-05-22 | 1 | ## | |
| 2 | ## Set up and install MySQL. | ||||
| 3 | ## | ||||
| 4 | |||||
| 5 | class mysql { | ||||
| 6 | |||||
| 221399bf » | Root | 2008-05-27 | 7 | $mysqlpassword = file("/etc/puppet/secrets/mysql/root") | |
| b18e79cf » | Root | 2008-05-22 | 8 | ||
| 9 | include mysql::install | ||||
| 10 | include mysql::service | ||||
| 11 | |||||
| 12 | } | ||||
| 7348ef85 » | Ashley Penney | 2008-05-30 | 13 | ||
| 14 | class mysql::dbserver inherits mysql { | ||||
| 15 | |||||
| 16 | include mysql::service::dbserver | ||||
| 17 | } | ||||
