Hi i was playing with facts framework to make it work with other command line 
options like --async and --delegation. In my previous post i show that they 
work with "facts" nicely but separated. I tried something like that :

[r...@fedorabig func]# func "*" call --async --delegate service status httpd
Async error 2 0

And got Async error i thought it is an error of facts something i have broken. 
But after that i tried it with git version of certmaster and git version of 
func and result was same : 

[r...@fedorabig func]# func "*" call --async --delegate service status httpd
Async error 2 0

Both works good separated here : 

[r...@fedorabig func]# func "*" call --delegate service status httpd
{'laptop': 0, 'virtual': 3}

[r...@fedorabig func]# func "*" call --async service status httpd
('laptop', 0)


Feature or bug ? Any ideas ...  

_______________________________________________
Func-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/func-list

Reply via email to