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

    bastelfreak

    11/19/2022, 6:08 PM
    I am curently only on my phone and cannot lookup my configs, sorry
  • b

    bastelfreak

    11/19/2022, 6:19 PM
    that should only cost performance when your replica is slow or there is huge latency
  • b

    bastelfreak

    11/19/2022, 8:11 PM
    you can also take a look at https://github.com/puppetlabs/puppetlabs-pe_databases and extract the pieces for Open Source
  • s

    Slackbot

    11/20/2022, 5:28 AM
    This message was deleted.
    c
    • 2
    • 1
  • e

    erik

    11/20/2022, 5:28 AM
    suspect this just needs to be merged? https://github.com/puppetlabs/homebrew-puppet/pull/366
  • e

    erik

    11/20/2022, 5:28 AM
    suspect this just needs to be merged? https://github.com/puppetlabs/homebrew-puppet/pull/366
  • s

    Slackbot

    11/21/2022, 8:39 AM
    This message was deleted.
    b
    s
    d
    • 4
    • 23
  • b

    bastelfreak

    11/21/2022, 9:07 AM
    so https://github.com/voxpupuli/puppet-keepalived/blob/v3.5.0/manifests/vrrp/instance.pp
  • s

    sameer

    11/21/2022, 9:16 AM
    message has been deleted
  • s

    sameer

    11/21/2022, 1:32 PM
    message has been deleted
  • s

    sameer

    11/21/2022, 1:33 PM
    message has been deleted
  • s

    Slackbot

    11/21/2022, 3:38 PM
    This message was deleted.
    chocolatey 1
    t
    d
    +2
    • 5
    • 4
  • d

    Dr Bunsen Honeydew

    11/21/2022, 3:38 PM
    `/stage[main]/provisioning::packages/package[notepad +1! (Karma: 1)
  • a

    Adrian Galbincea

    11/21/2022, 3:40 PM
    Hi, I am trying to use puppet package to create like a standard package for all my windows servers but I has a small problem. Everything works fine but I always get
    /Stage[main]/Provisioning::Packages/Package[Notepad++ (64-bit x64) - 8.4.7]/ensure
    created (corrective) after first run/install below is my class:
    class provisioning::packages() {
    case downcase($::osfamily) { 'windows': { if $::architecture == 'x86'{ package { 'Notepad++ (32-bit x86) - 8.4.7': ensure => installed, source => 'https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.exe', install_options => ['/S'], } } else { package { 'Notepad++ (64-bit x64) - 8.4.7': ensure => installed, source => 'https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.x64.exe', install_options => ['/S'], } } } } }
  • a

    Adrian Galbincea

    11/21/2022, 3:40 PM
    Hi, I am trying to use puppet package to create like a standard package for all my windows servers but I have a small problem. Everything works fine but I always get
    /Stage[main]/Provisioning::Packages/Package[Notepad++ (64-bit x64) - 8.4.7]/ensure
    created (corrective) after first run/install below is my class:
    class provisioning::packages() {
    case downcase($::osfamily) { 'windows': { if $::architecture == 'x86'{ package { 'Notepad++ (32-bit x86) - 8.4.7': ensure => installed, source => 'https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.exe', install_options => ['/S'], } } else { package { 'Notepad++ (64-bit x64) - 8.4.7': ensure => installed, source => 'https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.x64.exe', install_options => ['/S'], } } } } }
  • a

    Adrian Galbincea

    11/21/2022, 3:42 PM
    Hi, I am trying to use puppet package to create like a standard package for all my windows servers but I have a small problem. Everything works fine but I always get
    /Stage[main]/Provisioning::Packages/Package[Notepad++ (64-bit x64) - 8.4.7]/ensure
    created (corrective) after first run/install below is my class:
    class provisioning::packages() {
    case downcase($::osfamily) {
    'windows': {
    if $::architecture == 'x86'{
    package { 'Notepad++ (32-bit x86) - 8.4.7':
    ensure => installed,
    source    => '<https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.exe>',
    install_options => ['/S'],
    }
    }
    else {
    package { 'Notepad++ (64-bit x64) - 8.4.7':
    ensure => installed,
    source    => '<https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.4.7/npp.8.4.7.Installer.x64.exe>',
    install_options => ['/S'],
    }
    }
    }
    }
    }
    I use choco for other packages but I want to be able to deploy my custom packages too without always to reinstall them
  • c

    Cas Donoghue

    11/21/2022, 8:16 PM
    Got a fix up https://github.com/puppetlabs/homebrew-puppet/pull/368
  • d

    Dr Bunsen Honeydew

    11/22/2022, 5:45 PM
    beaker 🧑‍🏫Puppet Core Team is about to start up in #CFD8Z9A4T
  • j

    jballiet

    11/22/2022, 8:05 PM
    message has been deleted
  • j

    jballiet

    11/22/2022, 8:05 PM
    message has been deleted
  • d

    Dr Bunsen Honeydew

    11/22/2022, 10:45 PM
    allthethings 🧑‍🏫 Bolt is about to start up in #CFD8Z9A4T
  • s

    Slackbot

    11/23/2022, 7:46 AM
    This message was deleted.
    t
    s
    • 3
    • 23
  • s

    Slackbot

    11/23/2022, 7:57 AM
    This message was deleted.
    g
    t
    • 3
    • 7
  • t

    tuxmea

    11/23/2022, 7:59 AM
    better to already start coding according to upcoming version compatibility
  • g

    George NICA

    11/23/2022, 7:59 AM
    Hi, I'm in the process of migrating legacy code from 3.8.5 to 7.2.0. I get this in the logs
    Puppet Illegal attempt to assign via [index/key]. Not an assignable reference
    . (Will continue in thread).
  • t

    tuxmea

    11/23/2022, 8:00 AM
    Copy code
    /etc/apache2/CERTSTORE/<%= $facts…. %>/<%= $facts…. %>.crt
  • g

    George NICA

    11/23/2022, 8:08 AM
    @tuxmea yes, that is correct. so I'm wondering what possible workarounds to this are. I'm currently looking at providing defaults via an override options hash - I'm going to test that since the (extremely) old approach is no longer usable.
  • g

    George NICA

    11/23/2022, 8:09 AM
    @tuxmea yes, that is correct. so I'm wondering what possible workarounds to this are. I'm currently looking at providing defaults via an options hash - I'm going to test that since the (extremely) old approach is no longer usable.
  • t

    tuxmea

    11/23/2022, 8:14 AM
    Using an @ sign indicates that you use the old ruby erb template. Ruby templates are different (but still working). My example uses the modern embedded puppet template.
  • s

    sameer

    11/23/2022, 8:30 AM
    Thankyou so much sir for your guidance and suggestion....I was really helpful
1...240241242...428Latest