Skip to content

Commit f9d3fb4

Browse files
author
Sam J Sharpe
committed
Puppet has changed to puppetdb.cluster
1 parent 9003cc8 commit f9d3fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def facter(*args):
4141

4242
with hide('running'):
4343
qs = urllib.urlencode({'query': '["=", ["node", "active"], true]'})
44-
res = urllib2.urlopen('http://puppet-1.management.production/nodes?{0}'.format(qs))
44+
res = urllib2.urlopen('http://puppetdb.cluster/nodes?{0}'.format(qs))
4545
hosts = json.load(res)
4646

4747
for host in hosts:

0 commit comments

Comments
 (0)