You will find full trace in log /var/tmp/packstack/20131116-222019-261JLU/manifests/10.50.9.201_swift.pp.log
10.50.9.201_swift.pp这个文件内容:
$hosts = [ '10.50.9.200/sda2','10.50.9.201/sda3','10.50.9.201','10.50.9.200' ]
define add_allow_host {
firewall { “001 swift storage and rsync incoming ${title}”:
proto => ‘tcp’,
dport => ['6000', '6001', '6002', '873'],
action => ‘accept’,
source => $title,
}
}
related:
https://github.com/stackforge/packstack/pull/7#commits-pushed-d2f8adf