Problem getting puppet to sync custom fact
        Posted  
        
            by byron-appelt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by byron-appelt
        
        
        
        Published on 2010-04-06T02:57:10Z
        Indexed on 
            2010/04/06
            3:03 UTC
        
        
        Read the original article
        Hit count: 328
        
puppet
I am having trouble getting puppet to sync a custom fact. I am using puppet version 0.25.4. The fact is inside a module as described in http://docs.reductivelabs.com/guides/plugins_in_modules.html
If I specify --pluginsync on the command line it does sync correctly, but does not otherwise even though I have pluginsync=true in my puppet.conf.
Is it correct that this command line option and the option in the puppet.conf should have the same behavior?
© Stack Overflow or respective owner