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

    Willem Basson

    06/07/2022, 10:11 AM
    users of https://github.com/voxpupuli/puppetboard - to add ssl and authentication, do you go through a reverse proxy or something?
  • b

    bastelfreak

    06/07/2022, 10:22 AM
    I always have an nginx in front of my applications
  • b

    bastelfreak

    06/07/2022, 10:23 AM
    and often I require client tls certs. every admin in our org has one
  • n

    Neeloj

    06/07/2022, 11:39 AM
    Hi all, I want upgrade puppet 6 to puppet 7, is there any recommendations or any attention ?
  • s

    Slackbot

    06/07/2022, 11:39 AM
    This message was deleted.
    n
    b
    t
    • 4
    • 13
  • s

    Slackbot

    06/07/2022, 12:44 PM
    This message was deleted.
    c
    • 2
    • 3
  • c

    chadh

    06/07/2022, 12:44 PM
    yeah. hrm. I must have something else going on
  • n

    Neeloj

    06/07/2022, 12:49 PM
    @tuxmea thank you, this one: https://forge.puppet.com/modules/puppetlabs/inifile
  • l

    Lumiere

    06/07/2022, 1:34 PM
    @sadhpuxguru basically, all of the puppet configuration has to be done as root, as puppet requires root permissions to configure the system. Some of the master side deployment can be done as a user as long as puppet still has read access to the moduledir
  • s

    Slackbot

    06/07/2022, 2:14 PM
    This message was deleted.
    h
    c
    • 3
    • 5
  • s

    Slackbot

    06/07/2022, 3:37 PM
    This message was deleted.
    b
    p
    +3
    • 6
    • 42
  • s

    Slackbot

    06/07/2022, 3:52 PM
    This message was deleted.
    s
    z
    • 3
    • 3
  • z

    Zeke Marffy

    06/07/2022, 3:52 PM
    When is
    update
    called vs.
    create
    when it comes to the Resource API? When changing a file's content, Puppet still runs the create, not an update, as I'd expect, for this module. Thoughts on why this might be?
  • d

    Dr Bunsen Honeydew

    06/07/2022, 4:45 PM
    fry dancing 🧑‍🏫Puppet Core Team is about to start up in #CFD8Z9A4T
  • s

    seanmil

    06/07/2022, 5:42 PM
    I've not tried that demo before, but if I'm reading it correctly then the YAML files in /tmp/demo_resources would have to contain the
    ensure
    and
    name
    keys. but since those are the only resource attributes update would never be called. the name is, well, the name, which uniquely identifies it and ensure determines if it should exist (
    create
    ) or not (
    delete
    ). there are no attributes there which would ever trigger an update on an existing resource. the logic implementing which of those methods is call is here: https://github.com/puppetlabs/puppet-resource_api/blob/main/lib/puppet/resource_api/simple_provider.rb
  • s

    Slackbot

    06/07/2022, 6:21 PM
    This message was deleted.
    s
    • 2
    • 1
  • t

    thedonkdonk

    06/07/2022, 7:12 PM
    Any sane way to have a 4.10.0 client connect to a 7.7.0 server?
    Copy code
    Error: Could not retrieve catalog from remote server: Could not intern from text/pson: Could not autoload puppet/type/cron: /opt/puppetlabs/puppet/cache/lib/puppet/type/cron.rb:213: syntax error, unexpected '.'
          return_value = return_value[0] if return_value&.is_a?(Array)
                                                          ^
    Warning: Not using cache on failed catalog
    Error: Could not retrieve catalog; skipping run
  • p

    Pat Riehecky

    06/07/2022, 7:22 PM
    If you limit yourself to only language features present in both, it /should/ work. I've got a few puppet3 clients using a puppet 6 server.
  • s

    Slackbot

    06/07/2022, 7:31 PM
    This message was deleted.
    t
    c
    • 3
    • 7
  • d

    Dr Bunsen Honeydew

    06/07/2022, 7:31 PM
    See the
    puppetlabs-cron_core
    module at https://forge.puppet.com/puppetlabs/cron_core?src=slack&channel=puppet
  • p

    Peter

    06/07/2022, 9:06 PM
    https://github.com/walkamongus/puppet-codedeploy/blob/master/manifests/init.pp#L28-L31
  • p

    Peter

    06/07/2022, 9:07 PM
    message has been deleted
  • b

    binford2k

    06/07/2022, 9:07 PM
    if you mean walkamongus-codedeploy, this class does not contain the subclasses. https://github.com/walkamongus/puppet-codedeploy/blob/master/manifests/init.pp
  • p

    Peter

    06/07/2022, 9:07 PM
    https://github.com/walkamongus/puppet-codedeploy/blob/master/manifests/init.pp#L28-L31
  • a

    Allahshukur Ahmadzada

    06/08/2022, 1:05 PM
    Hello, am I supposed to memorize following for puppet exam? https://puppet.com/docs/puppet/6/lang_reserved.html
  • a

    Allahshukur Ahmadzada

    06/08/2022, 1:05 PM
    Hello, am I supposed to memorize following for puppet exam? https://puppet.com/docs/puppet/6/lang_reserved.html
  • c

    CVQuesty

    06/08/2022, 2:41 PM
    We can’t really talk about the exam. There is (was?) a study guide that tells you what you need to know.
  • c

    CVQuesty

    06/08/2022, 2:43 PM
    https://puppet.com/learning-training/certification/exam-details/
  • a

    Allahshukur Ahmadzada

    06/08/2022, 2:44 PM
    I read it
  • c

    CVQuesty

    06/08/2022, 2:44 PM
    https://learn.puppet.com/getcertified?_ga=2.17666681.1734967092.1654639313-1217840219.1653317861
1...596061...428Latest