4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
55 results tagged puppet x
  • thumbnail
    Docker & Puppet for Application Management — and Sanity | Puppet Labs
    January 18, 2015 at 2:37:21 PM GMT+1 - permalink - archive.org - http://puppetlabs.com/blog/docker-and-puppet-for-application-management
    docker puppet
  • sysadvent: Day 22 - Getting Started Testing Your Puppet Modules
    January 1, 2015 at 2:47:30 PM GMT+1 - permalink - archive.org - http://sysadvent.blogspot.fr/2013/12/day-22-getting-started-testing-your.html
    puppet test
  • The Puppet File Server — Documentation — Puppet Labs

    Si vous utilisez le fileserver de puppet et que vous gérez beaucoup de petits fichiers avec, il y a surement des optimisations à faire !

    En effet pour chaque fichier, le client va demander un hash au serveur et en établissant à chaque fois une nouvelle connexion tcp... le temps perdu 2,5 secondes pour 10 fichiers..

    Pour voir tout ça, rdv dans les logs du puppet master et regarder les lignes : GET /production/file_metadata pour vous donner une idée

    La solution est de se passer du fileserver pour ces petits fichiers et de les inclure directement dans le catalogue, en utilisant :

    content => file(path)

    au lieu de source => puppet:///

    Ici on est passé de 14seconde à 5,5seconde

    November 18, 2014 at 5:00:04 PM GMT+1 - permalink - archive.org - https://docs.puppetlabs.com/guides/file_serving.html
    fileserver puppet
  • thumbnail
    https://github.com/spotify/puppetexplorer

    UI pour puppetdb

    July 2, 2014 at 4:53:10 PM GMT+2 - permalink - archive.org - https://github.com/spotify/puppetexplorer
    puppet puppetdb
  • thumbnail
    More Puppet Offloading - Masterzen's Blog

    Une solution pour cacher la demande de catalogue..
    Dans cet article il ne parle pas de cacher les demande de metadata, mais c'est aussi une bonne idée.
    Pour que ce soit viable, la validité du cache ne doit pas être trop longue et il faut pouvoir le vider à la main.

    à tester

    • https://paperairoplane.net/?p=380
    June 23, 2014 at 5:47:20 PM GMT+2 - permalink - archive.org - http://www.masterzen.fr/2010/03/21/more-puppet-offloading/
    nginx puppet
  • thumbnail
    sysadvent: Day 13 - Configuration Management as Legos
    May 19, 2014 at 12:57:31 PM GMT+2 - permalink - archive.org - http://sysadvent.blogspot.co.uk/2012/12/day-13-configuration-management-as-legos.html
    design-pattern puppet
  • When to Hiera (Aka: How Do I Module?) - Shit Gary Says

    Deux patterns pour séparer les data du code dans puppet : "the params class pattern" et Hiera

    May 16, 2014 at 11:51:31 AM GMT+2 - permalink - archive.org - http://garylarizza.com/blog/2013/12/08/when-to-hiera/
    hiera param puppet
  • Puppet, Parameterized classes .vs. Definitions - - Craig Dunn's Blog

    Et oui, une classe ne peut être déclarée qu'une fois, c'est un singleton (une installation d'apache par exemple)
    Alors qu'un defined type peut être déclaré x fois, il faut voir ça comme des objets qui peuvent avoir plusieurs instances (comme les vhost)

    May 6, 2014 at 3:24:06 PM GMT+2 - permalink - archive.org - http://www.craigdunn.org/2011/09/puppet-parameterized-classes-vs-definitions/
    puppet
  • Christian Hofstädtler - Puppet: managing directories recursively

    ptin ça marche pas avec nagios_* :/

    http://www.mnxsolutions.com/linux/automatically-purge-old-configuration-from-nagios-deployed-by-puppet.html
    et ça ça passe seulement avec le path par defaut des nagios_ (/etc/nagios3/.cfg)

    May 5, 2014 at 6:12:59 PM GMT+2 - permalink - archive.org - http://christian.hofstaedtler.name/blog/2008/11/puppet-managing-directories-recursively.html
    puppet
  • thumbnail
    Designing Puppet: Roles/Profiles Pattern

    un design pattern role/profile

    • la conf https://www.youtube.com/watch?v=ZpHtOnlSGNY

    • des blogposts :
      http://www.craigdunn.org/2012/05/239/
      http://sysadvent.blogspot.co.uk/2012/12/day-13-configuration-management-as-legos.html
      http://www.devco.net/archives/2012/12/13/simple-puppet-module-structure-redux.php

    April 30, 2014 at 6:25:33 PM GMT+2 - permalink - archive.org - http://fr.slideshare.net/PuppetLabs/roles-talk
    pattern puppet
  • thumbnail
    github.com/dalen/dm-puppetdb-adapter

    ror adapter to query puppetdb

    April 7, 2014 at 5:23:35 PM GMT+2 - permalink - archive.org - https://github.com/dalen/dm-puppetdb-adapter
    puppet puppetdb ror
  • On the Bleeding Edge of Puppet: The Puppet Type System Blog Posts
    April 3, 2014 at 11:35:35 AM GMT+2 - permalink - archive.org - http://puppet-on-the-edge.blogspot.fr/2014/02/the-puppet-type-system-blog-posts.html
    puppet
  • Forging Great Modules: Standards, Tools and Patterns - PuppetConf 2013

    à regarder à partir de 24 minutes

    March 28, 2014 at 4:56:26 PM GMT+1 - permalink - archive.org - https://www.youtube.com/watch?feature=player_detailpage&list=FLJvYRkbaG8uNnLsDB7c2o2Q&v=LPMGR6auqig#t=1494
    module puppet
  • dalen/puppetdbquery · Puppet Forge
    March 28, 2014 at 9:58:03 AM GMT+1 - permalink - archive.org - https://forge.puppetlabs.com/dalen/puppetdbquery
    module puppet puppetdb
  • Modules by Gareth Rushgrove · Puppet Forge

    Des modules qui ont l'air bien

    March 28, 2014 at 9:54:18 AM GMT+1 - permalink - archive.org - https://forge.puppetlabs.com/garethr
    module puppet
  • Include VS Resources like declaration

    However, unlike include, resource-like declarations let you specify class parameters.

    March 27, 2014 at 11:42:43 AM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/learning/modules1.html#more-about-declaring-classes
    puppet
  • github.com/nedap/puppetboard

    Un frontend pour puppetdn (en python)

    March 27, 2014 at 10:07:42 AM GMT+1 - permalink - archive.org - https://github.com/nedap/puppetboard
    puppet puppetdb
  • Using Multiple Puppet Masters — Documentation — Puppet Labs

    Utiliser plusieurs puppet master : performance et haute dispo

    March 26, 2014 at 11:02:15 PM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/guides/scaling_multiple_masters.html
    ha puppet
  • Feature #16529: Making puppetdb-terminus available as a gem - PuppetDB - Puppet Labs

    Comment construire la gem puppetdb-terminus à partir des sources github :

    git clone https://github.com/puppetlabs/puppetdb
    git checkout 1.6.2
    cd puppetdb
    cp contrib/gem/puppetdb-terminus.gemspec puppet/
    cd puppet
    modifier le spec pour mettre version=1.6.2
    gem build puppetdb-terminus.gemspec

    Installer la gem : gem install puppetdb-terminus-1.6.2.gem

    March 26, 2014 at 5:11:11 PM GMT+1 - permalink - archive.org - https://projects.puppetlabs.com/issues/16529
    puppet puppetdb
  • Troubleshooting — Documentation — Puppet Labs

    Comment régénérer certificat puppet master

    March 26, 2014 at 1:56:34 PM GMT+1 - permalink - archive.org - http://docs.puppetlabs.com/guides/troubleshooting.html#agents-are-failing-with-a-hostname-was-not-match-with-the-server-certificate-error-whats-wrong
    puppet
Links per page: 20 50 100
◄Older
page 2 / 3
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation