Page MenuHomePhabricator
Paste P6006

(An Untitled Masterwork)
ActivePublic

Authored by hashar on Sep 14 2017, 9:29 AM.
Tags
None
Referenced Files
F9524125:
Sep 14 2017, 9:29 AM
Subscribers
None
class puppetmaster::geoip {
$geopip_destdir = "${puppetmaster::volatiledir}/GeoIP"
}
class puppetmaster {
$volatiledir = '/var/lib/puppet/volatile'
include ::puppetmaster::geoip
}