Displaying 3 results from an estimated 3 matches for "infof".
Did you mean:
info
2009 Dec 21
5
custom fact and environment variable
Hello,
I''m trying to add an environment variable as fact like this :
#export $FACTER_test="infof"
#facter | grep test
test => infof
But my fact don''t synchronize with puppet master. I don''t see it in /
var/puppet/yaml/clientfile.yaml
If I want this works, I''ve need to start puppet like this :
#puppetd -vt --factsync
but factsync''s setting only work...
2016 Mar 15
2
Go Bindings and govet
Hi Andrew, Peter,
I took a look at the results of running govet on the go bindings - there
are a lot of small/simple problems that should probably be looked at. Wrong
number of arguments a few times, shifts by > 32, etc.
https://golang.org/cmd/vet/
Thanks!
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2016 Mar 16
0
Go Bindings and govet
On Wed, 16 Mar 2016 at 05:55 Eric Christopher <echristo at gmail.com> wrote:
> Hi Andrew, Peter,
>
> I took a look at the results of running govet on the go bindings - there
> are a lot of small/simple problems that should probably be looked at. Wrong
> number of arguments a few times, shifts by > 32, etc.
>
Did you just run "go vet