Re: [Puppet-dev] External facts based on OS

2016-07-27 Thread Michael Smith
There currently isn't a way. Since this is the developer's list, I'll go into some details about what would be required for it to work: Currently pluginsync happens before any facts are returned to the system. This makes it difficult to do anything based on OS version. I've had chats about

[Puppet-dev] External facts based on OS

2016-07-27 Thread Aditya Gupta
Hello All, I have created two types of external facts : 1. windows based on powershell 2. Linux based on bash And i have placed these in //facts.d/ folder. I have to copy everything whatever is present in this folder to the all client.So i am using pluginsync=true is there a way to transfer e