summaryrefslogtreecommitdiff
path: root/manifests/storeconfigs.pp
blob: 32aaa7f8708e2d2ed97200a0a49202d25002c082 (plain)
1
2
3
4
5
# This class sets up the necessary ActiveRecord bits
# so storeconfigs works.
class puppet::puppetmaster::storeconfigs {
    include rails
}