https://www.puppet.com/community logo
Join Slack
Powered by
# puppet
  • a

    Allahshukur Ahmadzada

    05/10/2022, 1:01 PM
    exec with above command as onlyif should do it
  • d

    Dr Bunsen Honeydew

    05/10/2022, 1:45 PM
    goodnews đŸ§‘â€đŸ« Bolt is about to start up in #CFD8Z9A4T
  • a

    Allahshukur Ahmadzada

    05/10/2022, 2:11 PM
    anyone knows where I can find free puppet practice tests? preferably as pdf
  • c

    CVQuesty

    05/10/2022, 2:27 PM
    It doesn’t work that way with Puppet exams
  • c

    CVQuesty

    05/10/2022, 2:28 PM
    There are no “question dumps” or anything like that. If anyone made those, they would forfeit their certification.
  • s

    Slackbot

    05/10/2022, 2:32 PM
    This message was deleted.
    a
    • 2
    • 1
  • a

    Allahshukur Ahmadzada

    05/10/2022, 2:32 PM
    @CVQuesty not dumps but just similar questions, for practicing
  • s

    Slackbot

    05/10/2022, 2:39 PM
    This message was deleted.
    l
    c
    • 3
    • 9
  • d

    Dr Bunsen Honeydew

    05/10/2022, 2:45 PM
    beaker _🩊Vox Pupuli monthly sync; see calendar event for info_ is about to start up in #CFD8Z9A4T
  • d

    Dr Bunsen Honeydew

    05/10/2022, 4:45 PM
    meeting đŸ§‘â€đŸ«Puppet Core Team is about to start up in #CFD8Z9A4T
  • r

    Robert Emanuele

    05/10/2022, 10:47 PM
    Is there anyway to do an include with a wildcard? something include foo:plugin:*
  • n

    natemccurdy

    05/10/2022, 10:54 PM
    Nope. `include`’s need to be explicit.
  • n

    natemccurdy

    05/10/2022, 10:54 PM
    Nope. `include`’s need to be explicit.
  • r

    Robert Emanuele

    05/10/2022, 11:17 PM
    thanks
  • s

    Slackbot

    05/11/2022, 9:00 AM
    This message was deleted.
    b
    p
    +3
    • 6
    • 29
  • f

    fe80

    05/11/2022, 9:16 AM
    And it's not jruby 1.9 mandatory on puppet 7 ?
  • a

    Andrew

    05/11/2022, 3:50 PM
    Hi is there documentation available to see what code is deprecated from puppet 3 -> 7? I was looking in the puppet docs and couldn't find any relevant information other then puppet settings, but not code.
  • v

    vchepkov

    05/11/2022, 3:53 PM
    Search for puppet 3 -> puppet 4 changes, this migration was major challenge for us. there rest were mostly infrastructure related changes, not language wise
  • a

    Anna Nesterova

    05/11/2022, 5:05 PM
    Hey folks! Running into weird issue with max_files:
    Error 500 on SERVER: Server Error: no parameter named 'max_files'
    puppetserver-6.19.0-1.el7.noarch puppet-agent-6.27.1-1.el7.x86_64 max_files was introduced in 6.23.0, so should work, right?
  • n

    natemccurdy

    05/11/2022, 5:06 PM
    max_files
    ? Where did you set that?
  • a

    Anna Nesterova

    05/11/2022, 5:07 PM
    not me https://github.com/theforeman/puppet-foreman_proxy/blob/master/manifests/tftp.pp#L21
  • a

    Anna Nesterova

    05/11/2022, 5:07 PM
    not me https://github.com/theforeman/puppet-foreman_proxy/blob/master/manifests/tftp.pp#L21
  • a

    Anna Nesterova

    05/11/2022, 5:09 PM
    any ideas what can be done?😔
  • n

    natemccurdy

    05/11/2022, 5:10 PM
    Would need to know more details on where exactly you’re seeing that error message, and under what conditions. You sure the
    puppet-agent
    version is above 6.23.0?
  • a

    Anna Nesterova

    05/11/2022, 5:12 PM
    i sent my versions above. And what do you mean by ‘under what conditions’? That’s agent on the puppetmaster, it stopped working after latest puppet forge module upgrade (when they added max_files)
  • a

    Anna Nesterova

    05/11/2022, 5:13 PM
    Copy code
    puppet agent --version
    6.27.0
  • a

    Anna Nesterova

    05/11/2022, 5:23 PM
    i guess it requires newer puppetserver
  • j

    josh

    05/11/2022, 5:23 PM
    Since the error occurs on the server during compilation, you'll need to make sure the puppet-agent package on the server is 6.23.0 or later and that puppetserver has been reloaded or restarted
  • a

    Anna Nesterova

    05/11/2022, 5:23 PM
    my puppet agent is the latest version
  • a

    Anna Nesterova

    05/11/2022, 5:23 PM
    and everything was restarted
1...323334...428Latest