This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README | Wed Dec 03 08:11:27 -0800 2008 | |
| |
files/ | Wed May 13 07:53:17 -0700 2009 | |
| |
manifests/ | Tue Dec 15 11:27:03 -0800 2009 | |
| |
plugins/ | Thu Feb 26 10:09:32 -0800 2009 | |
| |
templates/ | Wed May 13 07:45:37 -0700 2009 |
README
include mysql::server
mysql::rights{"Set rights for puppet database":
ensure => present,
database => "puppet",
user => "puppet",
password => "puppet"
}
mysql::database{"mydb":
ensure => present
}







