class account::virtual {
@user {"mysql":
ensure => present,
uid => 27,
gid => 27,
home => "/var/lib/mysql",
shell => "/bin/bash",
}
@user {"apache":
uid => 48,
gid => 48,
home => "/var/www",
shell => "/sbin/nologin",
調用
class webapp {
realize(User["mysql"])
-> 順序
<- before
~> notify
<~ notify

image.png
---使用資料庫存儲
[master]
storeconfigs = true
dbadapter = mysql
dbname = puppet
dbuser = puppet
dbpassword = xx
dbserver = localhost
dbsocket = xx