summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/storeconfigs.pp
blob: 63c1191cea4aba7943301cdac4d0b9f84276cb51 (plain)
1
2
3
4
5
6
7
8
# This class sets up the necessary ActiveRecord bits
# so storeconfigs works.

class puppet::puppetmaster::storeconfigs {
  include rails
  include mysql::server
  include mysql::client::ruby
}