[Puppet Users] Re: How to override $::operatingsystem fact

2013-03-23 Thread Heiko Finzel
EDIT: In fact it does work. I found out, because I still had some keys (e.g. hostname) in my debugging config. And these values were used by puppet correctly. However a local "facter -p" won't show these values. In this case the original hostname will be used. -- You received this message becau

[Puppet Users] Re: How to override $::operatingsystem fact

2013-03-19 Thread Heiko Finzel
Hi I'm having a similar issue. I found the solution Hailee posted here in the official documentation and gave it a try. The weight seems to work great as long as it concerns my own facts. But as it seems it won't work for build in types. In my special case I want to override the hostname fact, bu