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

    Slackbot

    10/21/2022, 8:30 PM
    This message was deleted.
    v
    w
    • 3
    • 12
  • v

    vchepkov

    10/21/2022, 8:37 PM
    https://github.com/puppetlabs/puppetlabs-apache/blob/main/manifests/vhost.pp#L1699
  • v

    vchepkov

    10/21/2022, 8:37 PM
    port is Integer, not a String nowadays
  • v

    vchepkov

    10/21/2022, 8:39 PM
    this notation is preferred
    include apache::mod::alias
    Copy code
    class { 'apache::mod::alias': }
  • v

    vchepkov

    10/21/2022, 8:40 PM
    this notation is preferred
    include apache::mod::alias
    not
    Copy code
    class { 'apache::mod::alias': }
  • w

    William Myers

    10/21/2022, 9:50 PM
    Would something like provisioning user accounts and SSH key pairs be done viaa profile that references a module/class opposed to as a mod ?
  • w

    William Myers

    10/21/2022, 9:51 PM
    Would something like provisioning user accounts and SSH key pairs be done viaa profile that references a module/class opposed to as a mod ?
  • w

    William Myers

    10/21/2022, 9:51 PM
    or just via hiera
  • d

    David Sandilands

    10/21/2022, 9:58 PM
    https://forge.puppet.com/modules/puppetlabs/accounts shows some good examples of both options
  • b

    bastelfreak

    10/21/2022, 9:59 PM
    yep, use the accounts module
  • w

    William Myers

    10/21/2022, 9:59 PM
    Thanks, trying to think of a scalable method of deploying the user resouce type.
  • w

    William Myers

    10/21/2022, 9:59 PM
    Examples I found via google specified creating a discrete module and init PP for a single user account.. but that doesn't exactly scale imo
  • w

    William Myers

    10/21/2022, 10:00 PM
    Examples I found via google specified creating a discrete module and init PP for a single user account.. but that doesn't exactly scale imo
  • s

    Slackbot

    10/21/2022, 10:02 PM
    This message was deleted.
    w
    v
    b
    • 4
    • 9
  • s

    Slackbot

    10/21/2022, 10:02 PM
    This message was deleted.
    👍 1
    y
    • 2
    • 1
  • w

    William Myers

    10/21/2022, 10:04 PM
    That's assuming our linux servers are kerberos bound =P
  • w

    William Myers

    10/21/2022, 10:04 PM
    but good point, just manage the membership in that case
  • w

    William Myers

    10/21/2022, 10:04 PM
    I really should KRB join my homelab servers atleast.
  • w

    William Myers

    10/22/2022, 12:19 AM
    message has been deleted
  • w

    William Myers

    10/22/2022, 12:25 AM
    nevermind, I just answered my own question. https://github.com/voxpupuli/hiera-eyaml
  • w

    William Myers

    10/22/2022, 12:26 AM
    message has been deleted
  • b

    BuzzSaw Code

    10/24/2022, 1:52 PM
    Anyone know of a replacement module for the puppet_certificate module on the forge ? It is not compatible with Puppet 7 but we need the functionality it provides - letting an agent clean/request their own certificates.
  • w

    William Myers

    10/24/2022, 7:53 PM
    Soooo, This isn't really directly puppet related but what is standard practice for web servers that have library dependencies? I got a request to dirtily clone like 10 prod web servers for test/dev purposes. Aside from having to schedule time to take the prod servers offline, this also has a bunch of work where one has to manually change their names, IP ADDR, Agent GUID change/reinstall, etc.
  • w

    William Myers

    10/24/2022, 7:56 PM
    It gets a bit murky as the person requesting it is in a different team, but I'm not really sure if there is a standard practice for this? I'd feel that it's a lot easier to provision those servers using puppet and then just have a test/dev/prod branch. I can certainly make reccomendations but don't really have anything in my hands stating what best practice is.
  • w

    William Myers

    10/24/2022, 7:56 PM
    It gets a bit murky as the person requesting it is in a different team, but I'm not really sure if there is a standard practice for this? I'd feel that it's a lot easier to provision those servers using puppet and then just have a test/dev/prod branch. I can certainly make reccomendations but don't really have anything in my hands stating what best practice is.
  • b

    bastelfreak

    10/24/2022, 7:56 PM
    yep. provision new systems, manage their state with Puppet
  • w

    William Myers

    10/24/2022, 7:57 PM
    We keep getting requests to clone X web server every few months so they can test an OS/Product/Library update
  • w

    William Myers

    10/24/2022, 7:58 PM
    Whereas it should be as simple as nuking that existing test/dev server, merging the prod branch onto the test one and then provisioning that new test server with the profile applied to it.
  • w

    William Myers

    10/24/2022, 7:58 PM
    Whereas it should be as simple as nuking that existing test/dev server, merging the prod branch onto the test one and then provisioning that new test server with the profile applied to it.
  • b

    bastelfreak

    10/24/2022, 7:58 PM
    something like that, yes
1...211212213...428Latest