Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/checksums.yaml.gz and /tmp/4o62zTvyKC/chef-11.12.8/checksums.yaml.gz differ diff -Nru chef-11.8.2/CONTRIBUTING.md chef-11.12.8/CONTRIBUTING.md --- chef-11.8.2/CONTRIBUTING.md 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/CONTRIBUTING.md 2014-06-24 06:20:02.000000000 +0000 @@ -24,7 +24,7 @@ The license tells you what rights you have that are provided by the copyright holder. It is important that the contributor fully understands what rights they are licensing and agrees to them. Sometimes the copyright holder isn't the contributor, most often when the contributor is doing work for a company. -To make a good faith effort to ensure these criteria are met, Opscode requires a Contributor License Agreement (CLA) or a Corporate Contributor License +To make a good faith effort to ensure these criteria are met, Chef requires a Contributor License Agreement (CLA) or a Corporate Contributor License Agreement (CCLA) for all contributions. This is without exception due to some matters not being related to copyright and to avoid having to continually check with our lawyers about small patches. @@ -74,7 +74,7 @@ ### Github and Pull Requests -All of Opscode's open source projects are available on [Github](http://www.github.com/opscode). +All of Chef's open source projects are available on [Github](http://www.github.com/opscode). We don't require you to use Github, and we will even take patch diffs attached to tickets on the tracker. However Github has a lot of convenient features, such as being able to see a diff of changes between a @@ -115,7 +115,7 @@ ## Code Review -Opscode regularly reviews code contributions and provides suggestions for improvement in the code itself or the implementation. +Chef regularly reviews code contributions and provides suggestions for improvement in the code itself or the implementation. We find contributions by searching the ticket tracker for _resolved_ tickets with a status of _fixed_. If we have feedback we will reopen the ticket and you should resolve it again when you've made the changes or have a response to our feedback. When we believe @@ -134,14 +134,14 @@ * Y is a minor release, which adds both new features and bug fixes * Z is a patch release, which adds just bug fixes -Major releases and have historically been once a year. Minor releases for Chef average every two months and patch releases come as needed. +Major releases have historically been once a year. Minor releases for Chef average every three months and patch releases come as needed. There are usually beta releases and release candidates (RC) of major and minor releases announced on the [chef-dev mailing list](http://lists.opscode.com/sympa/info/chef-dev). Once an RC is released, we wait at least three days to allow for testing for regressions before the final release. If a blocking regression is found then another RC is made containing the fix and the timer is reset. -Once the official release is made, the release notes are available on the [Opscode blog](http://www.opscode.com/blog). +Once the official release is made, the release notes are available on the [Chef blog](http://www.getchef.com/blog). ## Working with the community @@ -151,5 +151,5 @@ * #chef and #chef-hacking IRC channels on irc.freenode.net * [Community Cookbook site](http://community.opscode.com) * [Chef wiki](http://wiki.opscode.com/display/chef) -* Opscode Chef [product page](http://www.opscode.com/chef) +* Chef [product page](http://www.getchef.com/chef) diff -Nru chef-11.8.2/debian/changelog chef-11.12.8/debian/changelog --- chef-11.8.2/debian/changelog 2014-03-29 16:12:17.000000000 +0000 +++ chef-11.12.8/debian/changelog 2014-09-28 00:21:03.000000000 +0000 @@ -1,3 +1,26 @@ +chef (11.12.8-1) unstable; urgency=medium + + * Team upload + * New upstream release + * Debconf templates and debian/control reviewed by the debian-l10n- + english team as part of the Smith review project. Closes: #736394 + Thanks to Christian PERRIER and Helge Kreutzmann + * [Debconf translation updates] + * Russian (Yuri Kozlov). Closes: #739423 + * Portuguese (Américo Monteiro). Closes: #736127 + * Danish (Joe Hansen). Closes: #739533 + * German (Stephan Beck). Closes: #740113 + * Brazilian Portuguese (Adriano Rafael Gomes). Closes: #740434 + * Spanish; (Matías Bellone). Closes: #740567 + * Polish (Micha◈ Ku◈ach). Closes: #740631 + * French (Jean-Pierre Giraud). Closes: #740675 + * Japanese (victory). Closes: #740714 + * Italian (Beatrice Torracca). Closes: #740756 + * Czech (Michal Simunek). Closes: #751462 + * Added dead-simple DEP-8/autopkgtest smoke tests in debian/tests + + -- Antonio Terceiro Sat, 27 Sep 2014 21:21:01 -0300 + chef (11.8.2-3) unstable; urgency=medium * Team upload. diff -Nru chef-11.8.2/debian/chef.templates chef-11.12.8/debian/chef.templates --- chef-11.8.2/debian/chef.templates 2014-03-29 16:04:22.000000000 +0000 +++ chef-11.12.8/debian/chef.templates 2014-09-28 00:16:02.000000000 +0000 @@ -1,7 +1,17 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# debian-l10n-english@lists.debian.org for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: chef/chef_server_url Type: string -_Description: URL of Chef Server (e.g., http://chef.example.com:4000): - This is the full URI that clients will use to connect to the - server. - . - This will be used in /etc/chef/client.rb as 'chef_server_url'. +_Description: URL of Chef server + Please choose the full URI that clients will use to connect to the + server (for instance: http://chef.example.com:4000). + . + This setting will be stored in /etc/chef/client.rb as + "chef_server_url". diff -Nru chef-11.8.2/debian/control chef-11.12.8/debian/control --- chef-11.8.2/debian/control 2014-03-29 16:06:22.000000000 +0000 +++ chef-11.12.8/debian/control 2014-09-28 00:16:51.000000000 +0000 @@ -38,7 +38,7 @@ Conflicts: libchef-ruby (<< 0.10.10-1~), libchef-ruby1.8 (<< 0.10.10-1~) Replaces: libchef-ruby (<< 0.10.10-1~), libchef-ruby1.8 (<< 0.10.10-1~) Breaks: chef-solr (<< 11) -Description: clients for the chef systems integration framework +Description: systems integration framework - clients Chef is a systems integration framework and configuration management library written in Ruby. Chef provides a Ruby library and API that can be used to bring the benefits of configuration management to an entire infrastructure. @@ -46,5 +46,5 @@ Chef can be run as a client (chef-client) to a server, or run as a standalone tool (chef-solo). Configuration recipes are written in a pure Ruby DSL. . - This package contains the chef-client, chef-solo and knife binaries as well - as the chef library. + This package provides the chef-client, chef-solo, and knife binaries as well + as the Chef library. diff -Nru chef-11.8.2/debian/po/cs.po chef-11.12.8/debian/po/cs.po --- chef-11.8.2/debian/po/cs.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/cs.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,41 @@ +# Czech PO debconf template translation of chef. +# Copyright (C) 2014 Michal Simunek +# This file is distributed under the same license as the chef package. +# Michal Simunek , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: chef 11.8.2-4\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-06-13 09:15+0200\n" +"Last-Translator: Michal Simunek \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL Chef serveru" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Zadejte prosím úplnou URI, kterou budou klienti používat pro připojování " +"k serveru (například: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Tato nastavení se uloží do /etc/chef/client.rb jako \"chef_server_url\"." diff -Nru chef-11.8.2/debian/po/da.po chef-11.12.8/debian/po/da.po --- chef-11.8.2/debian/po/da.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/da.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,41 @@ +# Danish translation Chef. +# Copyright (c) 2014 Chef & nedenstående oversættere. +# This file is distributed under the same license as the Chef package. +# Joe Hansen , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: chef\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-19 12:42+0000\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "Adresse for Chef-serveren" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Vælg venligst den fulde URI som klienter skal bruge til at forbinde til " +"serveren (for eksempel: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Denne indstilling vil blive gemt i /etc/chef/client.rb som »chef_server_url«." diff -Nru chef-11.8.2/debian/po/de.po chef-11.12.8/debian/po/de.po --- chef-11.8.2/debian/po/de.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/de.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,43 @@ +# German translation for chef. +# Copyright (C) 2014 Timberman, Joshua +# This file is distributed under the same license as the chef package. +# Stephan Beck , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: chef 11.8.2-4\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-25 22:14-0000\n" +"Last-Translator: Stephan Beck \n" +"Language-Team: Debian German translation team \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL des Chef-Servers" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Bitte wählen Sie die vollständige URI, welche die Clients zur Verbindung mit " +"dem Server verwenden (z. B. http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Diese Einstellung wird unter »chef_server_url« in /etc/chef/client.rb " +"gespeichert." diff -Nru chef-11.8.2/debian/po/es.po chef-11.12.8/debian/po/es.po --- chef-11.8.2/debian/po/es.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/es.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,63 @@ +# chef po-debconf translation to Spanish +# Copyright (C) 2014 Software in the Public Interest +# This file is distributed under the same license as the chef package. +# +# Changes: +# - Initial translation +# Matías A. Bellone , 2014 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor, lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: chef\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-18 14:17-0300\n" +"Last-Translator: Matías Bellone \n" +"Language-Team: Debian l10n Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL del servidor Chef" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Seleccione la URI completa que usarán los clientes para conectarse al " +"servidor (por ejemplo: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Se almacenará esta configuración en el archivo «/etc/chef/client.rb» bajo el " +"nombre «chef_server_url»." diff -Nru chef-11.8.2/debian/po/fr.po chef-11.12.8/debian/po/fr.po --- chef-11.8.2/debian/po/fr.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/fr.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,44 @@ +# Translation of chef debconf templates to French. +# Copyright (C) 2014 Debian French l10n team +# This file is distributed under the same license as the chef package. +# +# Jean-Pierre Giraud , 2014. +msgid "" +msgstr "" +"Project-Id-Version: chef\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-19 02:22+0100\n" +"Last-Translator: Jean-Pierre Giraud \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n>1;\n" +"X-Generator: Lokalize 1.5\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL du serveur Chef :" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Veuillez choisir l'URI complet que les clients utiliseront pour se " +"connecterau serveur (par exemple : http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Cette configuration est enregistrée dans le fichier /etc/chef/client.rbsous " +"la directive « chef_server_url »." diff -Nru chef-11.8.2/debian/po/it.po chef-11.12.8/debian/po/it.po --- chef-11.8.2/debian/po/it.po 2014-03-29 16:04:22.000000000 +0000 +++ chef-11.12.8/debian/po/it.po 2014-09-28 00:16:02.000000000 +0000 @@ -1,13 +1,13 @@ # Italian translation of chef debconf messages. # Copyright (C) 2012, chef package copyright holder. # This file is distributed under the same license as the chef package. -# Beatrice Torracca , 2012. +# Beatrice Torracca , 2012, 2014. msgid "" msgstr "" "Project-Id-Version: chef 0.8.16-4.2\n" "Report-Msgid-Bugs-To: chef@packages.debian.org\n" -"POT-Creation-Date: 2014-01-10 01:17+0200\n" -"PO-Revision-Date: 2012-02-29 17:21+0200\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-03-04 20:12+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" "Language: it\n" @@ -19,68 +19,25 @@ #. Type: string #. Description -#: ../chef.templates:1001 -msgid "URL of Chef Server (e.g., http://chef.example.com:4000):" -msgstr "" +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL del server Chef" #. Type: string #. Description -#: ../chef.templates:1001 -#, fuzzy -#| msgid "" -#| "Please specify the full URL that clients will use to connect to the Chef " -#| "server (for instance \"http://chef.example.com:4000\")." +#: ../chef.templates:2001 msgid "" -" This is the full URI that clients will use to connect to the\n" -" server.\n" -" .\n" -" This will be used in /etc/chef/client.rb as 'chef_server_url'." +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." msgstr "" -"Specificare l'URL completo che i client useranno per connettersi al server " -"Chef (ad esempio «http://chef.example.com:4000»)." - -#~ msgid "Chef server URL:" -#~ msgstr "URL del server Chef:" - -#~ msgid "Password for the AMQP user \"chef\":" -#~ msgstr "Password per l'utente AMQP «chef»:" - -#~ msgid "" -#~ "Please choose a password for the default user (named \"chef\") in the " -#~ "AMQP server queue, under the default RabbitMQ vhost (also \"/chef\")." -#~ msgstr "" -#~ "Scegliere una password per l'utente predefinito (chiamato «chef») nella " -#~ "coda del server AMQP, nel vhost RabbitMQ predefinito («/chef»)." - -#~ msgid "" -#~ "RabbitMQ's rabbitmqctl program, which will be used to set this password, " -#~ "cannot read input from a file. Instead it will be passed as a command-" -#~ "line argument, so the password should not include any shell meta-" -#~ "characters that could cause errors, such as \"!\"." -#~ msgstr "" -#~ "Il programma rabbitmqctl di RabbitMQ, che sarà usato per impostare questa " -#~ "password, non può leggere l'input da un file. Sarà invece passata come " -#~ "argomento nella riga di comando, perciò la password non dovrebbe " -#~ "contenere alcun metacarattere della shell che potrebbe causare errori, " -#~ "come «!»." - -#~ msgid "Temporary password for the Chef server user \"admin\":" -#~ msgstr "Password temporanea per l'utente «admin» del server Chef:" +"Scegliere l'URI completo che i client useranno per connettersi al server (ad " +"esempio http://chef.example.com:4000)." -#~ msgid "" -#~ "Please choose a temporary password for the first time the \"admin\" user " -#~ "logs into the Chef server web interface. It should be changed immediately " -#~ "after being used." -#~ msgstr "" -#~ "Scegliere una password temporanea per il primo login dell'utente «admin» " -#~ "nell'interfaccia web del server Chef. Dovrebbe essere cambiata " -#~ "immediatamente dopo essere stata usata." - -#~ msgid "" -#~ "This password must be at least six characters long. If no password is " -#~ "entered, a default value will be used which is displayed on the Chef " -#~ "server web interface home page." -#~ msgstr "" -#~ "Questa password deve essere lunga almeno sei caratteri. Se non viene " -#~ "inserita una password, verrà usato un valore predefinito che è mostrato " -#~ "nella pagina principale dell'interfaccia web del server Chef." +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Questa impostazione verrà memorizzata in /etc/chef/client.rb come " +"«chef_server_url»." diff -Nru chef-11.8.2/debian/po/ja.po chef-11.12.8/debian/po/ja.po --- chef-11.8.2/debian/po/ja.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/ja.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,41 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the chef package. +# victory , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: chef\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-18 15:08+0900\n" +"Last-Translator: victory \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "Chef サーバの URL" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"クライアントがサーバへの接続に利用する完全な URI を選択してください (例えば " +"http://chef.example.com:4000)。" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"この設定は /etc/chef/client.rb 中で「chef_server_url」として保存されます。" diff -Nru chef-11.8.2/debian/po/nl.po chef-11.12.8/debian/po/nl.po --- chef-11.8.2/debian/po/nl.po 2014-03-29 16:04:22.000000000 +0000 +++ chef-11.12.8/debian/po/nl.po 2014-09-28 00:16:02.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: chef 0.8.16-4.2\n" "Report-Msgid-Bugs-To: chef@packages.debian.org\n" -"POT-Creation-Date: 2014-01-10 01:17+0200\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" "PO-Revision-Date: 2012-04-23 17:40+0200\n" "Last-Translator: Jeroen Schot \n" "Language-Team: Debian l10n Dutch \n" @@ -18,28 +18,38 @@ #. Type: string #. Description -#: ../chef.templates:1001 -msgid "URL of Chef Server (e.g., http://chef.example.com:4000):" -msgstr "" +#: ../chef.templates:2001 +#, fuzzy +#| msgid "Chef server URL:" +msgid "URL of Chef server" +msgstr "URL van de Chef-server:" #. Type: string #. Description -#: ../chef.templates:1001 +#: ../chef.templates:2001 #, fuzzy #| msgid "" #| "Please specify the full URL that clients will use to connect to the Chef " #| "server (for instance \"http://chef.example.com:4000\")." msgid "" -" This is the full URI that clients will use to connect to the\n" -" server.\n" -" .\n" -" This will be used in /etc/chef/client.rb as 'chef_server_url'." +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." msgstr "" "Wat is de volledige URL die clients zullen gebruiken om verbinding te maken " "met de Chef-server (bijvoorbeeld \"http://chef.example.com:4000\")?" -#~ msgid "Chef server URL:" -#~ msgstr "URL van de Chef-server:" +#. Type: string +#. Description +#: ../chef.templates:2001 +#, fuzzy +#| msgid "" +#| "Please specify the full URL that clients will use to connect to the Chef " +#| "server (for instance \"http://chef.example.com:4000\")." +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Wat is de volledige URL die clients zullen gebruiken om verbinding te maken " +"met de Chef-server (bijvoorbeeld \"http://chef.example.com:4000\")?" #~ msgid "Password for the AMQP user \"chef\":" #~ msgstr "Wachtwoord voor de AMQP-gebruiker \"chef\":" diff -Nru chef-11.8.2/debian/po/pl.po chef-11.12.8/debian/po/pl.po --- chef-11.8.2/debian/po/pl.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/pl.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,45 @@ +# Translation of chef debconf templates to Polish. +# Copyright (C) 2014 +# This file is distributed under the same license as the chef package. +# +# Michał Kułach , 2014. +msgid "" +msgstr "" +"Project-Id-Version: chef\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-03-02 17:40+0100\n" +"Last-Translator: Michał Kułach \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.4\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL serwera Chef" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Proszę wybrać pełne URI, które klienty będą używały do połączenia się z " +"serwerem (np.: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Ustawienie to będzie przechowywane w pliku /etc/chef/client.rb jako " +"\"chef_server_url\"." diff -Nru chef-11.8.2/debian/po/pt_BR.po chef-11.12.8/debian/po/pt_BR.po --- chef-11.8.2/debian/po/pt_BR.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/pt_BR.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,43 @@ +# Debconf translations for chef. +# Copyright (C) 2014 THE chef'S COPYRIGHT HOLDER +# This file is distributed under the same license as the chef package. +# Adriano Rafael Gomes , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: chef 11.8.2-4\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-18 21:51-0300\n" +"Last-Translator: Adriano Rafael Gomes \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL do servidor Chef" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Por favor, escolha a URI completa que os clientes usarão para conectar ao " +"servidor (por exemplo: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Essa configuração será armazenada em /etc/chef/client.rb como " +"\"chef_server_url\"." diff -Nru chef-11.8.2/debian/po/pt.po chef-11.12.8/debian/po/pt.po --- chef-11.8.2/debian/po/pt.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/pt.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,44 @@ +# Translation of chef debconf messages to European Portuguese. +# Copyright (C) 2014 THE chef'S COPYRIGHT HOLDER +# This file is distributed under the same license as the chef package. +# +# Américo Monteiro , 2014. +msgid "" +msgstr "" +"Project-Id-Version: chef 11.8.2-4\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-18 22:32+0000\n" +"Last-Translator: Américo Monteiro \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 1.4\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL do servidor Chef" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Por favor escolha o URI completo que os clientes irão usar para se ligarem " +"ao servidor (por exemplo: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Esta definição ficará armazenada em /etc/chef/client.rb como " +"\"chef_server_url\"." diff -Nru chef-11.8.2/debian/po/ru.po chef-11.12.8/debian/po/ru.po --- chef-11.8.2/debian/po/ru.po 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/po/ru.po 2014-09-28 00:16:02.000000000 +0000 @@ -0,0 +1,44 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the chef package. +# +# Yuri Kozlov , 2014. +msgid "" +msgstr "" +"Project-Id-Version: chef 11.8.2-4\n" +"Report-Msgid-Bugs-To: chef@packages.debian.org\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" +"PO-Revision-Date: 2014-02-18 21:08+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 1.4\n" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "URL of Chef server" +msgstr "URL сервера Chef" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" +"Укажите полный URL, который клиенты будут использовать для подключения к " +"серверу (например: http://chef.example.com:4000)." + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." +msgstr "" +"Эта настройка будет сохранена в файле /etc/chef/client.rb как " +"«chef_server_url»." diff -Nru chef-11.8.2/debian/po/templates.pot chef-11.12.8/debian/po/templates.pot --- chef-11.8.2/debian/po/templates.pot 2014-03-29 16:04:22.000000000 +0000 +++ chef-11.12.8/debian/po/templates.pot 2014-09-28 00:16:02.000000000 +0000 @@ -8,27 +8,32 @@ msgstr "" "Project-Id-Version: chef\n" "Report-Msgid-Bugs-To: chef@packages.debian.org\n" -"POT-Creation-Date: 2014-01-10 01:17+0200\n" +"POT-Creation-Date: 2014-02-18 07:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description -#: ../chef.templates:1001 -msgid "URL of Chef Server (e.g., http://chef.example.com:4000):" +#: ../chef.templates:2001 +msgid "URL of Chef server" msgstr "" #. Type: string #. Description -#: ../chef.templates:1001 +#: ../chef.templates:2001 msgid "" -" This is the full URI that clients will use to connect to the\n" -" server.\n" -" .\n" -" This will be used in /etc/chef/client.rb as 'chef_server_url'." +"Please choose the full URI that clients will use to connect to the server " +"(for instance: http://chef.example.com:4000)." +msgstr "" + +#. Type: string +#. Description +#: ../chef.templates:2001 +msgid "" +"This setting will be stored in /etc/chef/client.rb as \"chef_server_url\"." msgstr "" diff -Nru chef-11.8.2/debian/tests/config.rb chef-11.12.8/debian/tests/config.rb --- chef-11.8.2/debian/tests/config.rb 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/tests/config.rb 2014-09-28 00:17:09.000000000 +0000 @@ -0,0 +1,2 @@ +root = File.expand_path(File.dirname(__FILE__)) +cookbook_path root + '/cookbooks' diff -Nru chef-11.8.2/debian/tests/control chef-11.12.8/debian/tests/control --- chef-11.8.2/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/tests/control 2014-09-28 00:17:09.000000000 +0000 @@ -0,0 +1,3 @@ +Tests: smoke-test +Depends: @, shunit2 +Restrictions: needs-root diff -Nru chef-11.8.2/debian/tests/cookbooks/example/recipes/default.rb chef-11.12.8/debian/tests/cookbooks/example/recipes/default.rb --- chef-11.8.2/debian/tests/cookbooks/example/recipes/default.rb 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/tests/cookbooks/example/recipes/default.rb 2014-09-28 00:17:09.000000000 +0000 @@ -0,0 +1 @@ +package 'vim' diff -Nru chef-11.8.2/debian/tests/node.json chef-11.12.8/debian/tests/node.json --- chef-11.8.2/debian/tests/node.json 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/tests/node.json 2014-09-28 00:17:09.000000000 +0000 @@ -0,0 +1,5 @@ +{ + "run_list": [ + "recipe[example]" + ] +} diff -Nru chef-11.8.2/debian/tests/smoke-test chef-11.12.8/debian/tests/smoke-test --- chef-11.8.2/debian/tests/smoke-test 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/debian/tests/smoke-test 2014-09-28 00:19:45.000000000 +0000 @@ -0,0 +1,21 @@ +#!/bin/sh + +exec 2>&1 + +run() { + echo '$' "$@" + set -e + "$@" + set +e +} + +run chef-solo -c debian/tests/config.rb -j debian/tests/node.json + +echo +echo '------ testing results of chef-solo run ------' + +test_install_package() { + assertTrue 'dpkg-query --show vim' +} + +. shunit2 diff -Nru chef-11.8.2/distro/common/html/chef-client.8.html chef-11.12.8/distro/common/html/chef-client.8.html --- chef-11.8.2/distro/common/html/chef-client.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-client.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,145 +0,0 @@ - - - - - - chef-client(8) - Runs a client node connecting to a chef-server. - - - - - -
- - - -
    -
  1. chef-client(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-client(8)
  6. -
- -

NAME

-

- chef-client - Runs a client node connecting to a chef-server. -

- -

SYNOPSIS

- -

chef-client (options)

- -
-
-S, --server CHEFSERVERURL
The chef server URL
-
-c, --config CONFIG
The configuration file to use
-
-d, --daemonize
Daemonize the process
-
-g, --group GROUP
Group to set privilege to
-
-i, --interval SECONDS
Run chef-client periodically, in seconds
-
-j, --json-attributes JSON_ATTRIBS
Load attributes from a JSON file or URL
-
-E, --environment ENVIRONMENT
Set the Chef Environment on the node
-
-l, --log_level LEVEL
Set the log level (debug, info, warn, error, fatal)
-
-L, --logfile LOGLOCATION
Set the log file location, defaults to STDOUT - recommended for -daemonizing
-
-N, --node-name NODE_NAME
The node name for this client
-
-o, --override-runlist
Replace current run list with specified items
-
-K, --validation_key KEY_FILE
Set the validation key file location, used for registering new clients
-
-k, --client_key KEY_FILE
Set the client key file location
-
-s, --splay SECONDS
The splay time for running at intervals, in seconds
-
-u, --user USER
User to set privilege to
-
-P, --pid PIDFILE
Set the PID file location, defaults to /tmp/chef-client.pid
-
--once
Cancel any interval or splay options, run chef once and exit
-
-v, --version
Show chef version
-
-h, --help
Show this message
-
- - -

DESCRIPTION

- -

The Chef Client is where almost all of the work in Chef is done. It -communicates with the Chef Server via REST, authenticates via Signed -Header Authentication, and compiles and executes Cookbooks.

- -

A Chef Client does work on behalf of a Node. A single Chef Client can -run recipes for multiple Nodes.

- -

Clients are where all the action happens - the Chef Server and Chef Expander -are largely services that exist only to provide the Client with information.

- -

SEE ALSO

- -

Full documentation for Chef and chef-client is located on the Chef -wiki, http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with -help2man. Permission is granted to copy, distribute and / or modify -this document under the terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-client(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-expander.8.html chef-11.12.8/distro/common/html/chef-expander.8.html --- chef-11.8.2/distro/common/html/chef-expander.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-expander.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,164 +0,0 @@ - - - - - - chef-expander(8) - fetches messages from RabbitMQ, processes, and loads into chef-solr - - - - - -
- - - -
    -
  1. chef-expander(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-expander(8)
  6. -
- -

NAME

-

- chef-expander - fetches messages from RabbitMQ, processes, and loads into chef-solr -

- -

SYNOPSIS

- -

chef-expander (options)

- -
-
-c, --config CONFIG_FILE
a configuration file to use
-
-i, --index INDEX
the slot this node will occupy in the ring
-
-n, --node-count NUMBER
the number of nodes in the ring
-
-l, --log-level LOG_LEVEL
set the log level
-
-L, --logfile LOG_LOCATION
Logfile to use
-
-d, --daemonize
fork into the background
-
-P, --pid PIDFILE
PID file
-
-h, --help
show help message
-
-v, --version
show the version and exit
-
- - -

DESCRIPTION

- -

Chef Expander fetches messages from RabbitMQ, processes them into the -correct format to be loaded into Solr and loads them into Solr.

- -

Running Chef Expander

- -

Chef Expander is designed for clustered operation, though small -installations will only need one worker process. To run Chef -Expander with one worker process, run chef-expander -n 1. -You will then have a master and worker process, which looks like -this in ps:

- -
your-shell> ps aux|grep expander
-you   52110   0.1  0.7  2515476  62748 s003  S+    3:49PM   0:00.80 chef-expander worker #1 (vnodes 0-1023)
-you   52108   0.1  0.5  2492880  41696 s003  S+    3:49PM   0:00.91 ruby bin/chef-expander -n 1
-
- -

Workers are single threaded and therefore cannot use more than 100% -of a single CPU. If you find that your queues are getting backlogged, -increase the number of workers

- -

Design

- -

Chef Expander uses 1024 queues (called vnodes in some places) to allow -you to scale the number of Chef Expander workers to meet the needs of -your infrastructure. When objects are saved in the API server, they are -added to queues based on their database IDs. These queues can be assigned -to different Chef Expander workers to distribute the load of processing -the index updates.

- -

Chef Expander Operation and Troubleshooting

- -

Chef Expander includes chef-expanderctl, a management program that allows -you to get status information or change the logging verbosity (without -restarting).

- -

See chef-expanderctl(8) for details.

- -

SEE ALSO

- -

chef-expanderctl(8) -chef-solr(8)

- -

Full documentation for Chef and chef-server is located on the Chef -wiki, http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was created by Nuo Yan nuo@opscode.com. Permission is -granted to copy, distribute and / or modify this document under the -terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-expander(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-expanderctl.8.html chef-11.12.8/distro/common/html/chef-expanderctl.8.html --- chef-11.8.2/distro/common/html/chef-expanderctl.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-expanderctl.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,146 +0,0 @@ - - - - - - chef-expanderctl(8) - management program for chef-expander - - - - - -
- - - -
    -
  1. chef-expanderctl(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-expanderctl(8)
  6. -
- -

NAME

-

- chef-expanderctl - management program for chef-expander -

- -

SYNOPSIS

- -

chef-expanderctl COMMAND

- -

Commands:

- -
-
help
Show help message
-
queue-depth
display the aggregate queue backlog
-
queue-status
show the backlog and consumer count for each vnode queue
-
node-status
show the status of the nodes in the cluster
-
log-level
sets the log level of all nodes in the cluster
-
- - -

DESCRIPTION

- -

Chef-expanderctl is a management program that allows -you to get status information or change the logging -verbosity (without restarting). chef-expanderctl has -the following commands:

- -
    -
  • chef-expanderctl help -prints usage.
  • -
  • chef-expanderctl queue-depth -Shows the total number of messages in the queues.
  • -
  • chef-expanderctl queue-status -Show the number of messages in each queue. This is mainly of use when -debugging a Chef Expander cluster.
  • -
  • chef-expanderctl log-level LEVEL -Sets the log level on a running Chef Expander or cluster. -If you suspect that a worker process is stuck, as long as you are using -clustered operation, you can simply kill the worker process and it will -be restarted by the master process.
  • -
- - -

SEE ALSO

- -

chef-expander-cluster(8) -chef-solr(8)

- -

Full documentation for Chef and chef-server is located on the Chef -wiki, http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was created by Nuo Yan nuo@opscode.com. Permission is -granted to copy, distribute and / or modify this document under the -terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-expanderctl(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-server.8.html chef-11.12.8/distro/common/html/chef-server.8.html --- chef-11.8.2/distro/common/html/chef-server.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-server.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,182 +0,0 @@ - - - - - - chef-server(8) - Start the Chef Server merb application slice. - - - - - -
- - - -
    -
  1. chef-server(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-server(8)
  6. -
- -

NAME

-

- chef-server - Start the Chef Server merb application slice. -

- -

SYNOPSIS

- -

chef-server (options)

- -
-
-u, --user USER
This flag is for having chef-server-webui run as a user other than the -one currently logged in. Note: if you set this you must also provide a ---group option for it to take effect.
-
-G, --group GROUP
This flag is for having chef-server-webui run as a group other than the -one currently logged in. Note: if you set this you must also provide a ---user option for it to take effect.
-
-d, --daemonize
This will run a single chef-server-webui in the background.
-
-N, --no-daemonize
This will allow you to run a cluster in console mode.
-
-c, --cluster-nodes NUM_MERBS
Number of merb daemons to run for chef-server-webui.
-
-I, --init-file FILE
File to use for initialization on load, defaults to config/init.rb.
-
-p, --port PORTNUM
Port to run chef-server-webui on, defaults to 4040. Additional nodes (-c) -listen on incrementing port numbers.
-
-o, --socket-file FILE
Socket file to run chef-server-webui on, defaults to -[Merb.root]/log/merb.sock. This is for web servers, like thin, that use -sockets. Specify this only if you must.
-
-s, --socket SOCKNUM
Socket number to run chef-server-webui on, defaults to 0.
-
-n, --name NAME
Set the name of the application. This is used in the process title and -log file names.
-
-P, --pid PIDFILE
PID file, defaults to [Merb.root]/log/merb.main.pid for the master -process and[Merb.root]/log/merb.[port number].pid for worker processes. -For clusters, use %s to specify where in the file chef-server-webui -should place the port number. For instance: -P myapp.%s.pid.
-
-h, --host HOSTNAME
Host to bind to (default is 0.0.0.0).
-
-m, --merb-root PATH_TO_APP_ROOT
The path to the Merb.root for the app you want to run -(default is current working directory).
-
-a, --adapter ADAPTER
The rack adapter to use to run chef-server-webui (default is mongrel) -[mongrel, emongrel, thin, ebb, fastcgi, webrick].
-
-R, --rackup FILE
Load an alternate Rack config file (default is config/rack.rb).
-
-i, --irb-console
This flag will start chef-server-webui in irb console mode. All your models -and other classes will be available for you in an irb session.
-
-S, --sandbox
This flag will enable a sandboxed irb console. If your ORM supports -transactions, all edits will be rolled back on exit.
-
-l, --log-level LEVEL
Log levels can be set to any of these options: -debug < info < warn < error < fatal (default is info).
-
-L, --log LOGFILE
A string representing the logfile to use. Defaults to -[Merb.root]/log/merb.[main].log for the master process and -[Merb.root]/log/merb[port number].logfor worker processes.
-
-e, --environment STRING
Environment to run Merb under [development, production, testing] -(default is development).
-
-r, --script-runner ['RUBY CODE'| FULL_SCRIPT_PATH]
Command-line option to run scripts and/or code in the chef-server-webui -app.
-
-K, -graceful PORT or all
Gracefully kill chef-server-webui proceses by port number. -Use chef-server -K all to gracefully kill all merbs.
-
-k, --kill PORT
Force kill one merb worker by port number. This will cause the worker -to be respawned.
-
--fast-deploy
Reload the code, but not yourinit.rb or gems.
-
-X, --mutex on/off
This flag is for turning the mutex lock on and off.
-
-D, --debugger
Run chef-server-webui using rDebug.
-
-V, --verbose
Print extra information.
-
-C, --console-trap
Enter an irb console on ^C.
-
-?, -H, --help
Show this help message.
-
- - -

DESCRIPTION

- -

The Chef Server provides a central point for the distribution of Cookbooks, -management and authentication of Nodes, and the use of Search. It provides -a REST API.

- -

The API service is what clients use to interact with the server to manage -node configuration in Chef. By default, the service is started on port 4000 -as a Merb application slice running with the thin server adapter.

- -

The two methods of interaction with the API for humans are the command-line -tool Knife and the Management Console. The Chef Client library is used for -interacting with the API for client nodes.

- -

SEE ALSO

- -

chef-client(8) -chef-server-webui(8) -knife(1)

- -

Full documentation for Chef and chef-server is located on the Chef -wiki, http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with -help2man. Permission is granted to copy, distribute and / or modify -this document under the terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-server(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-server-webui.8.html chef-11.12.8/distro/common/html/chef-server-webui.8.html --- chef-11.8.2/distro/common/html/chef-server-webui.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-server-webui.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ - - - - - - chef-server-webui(8) - Start the Chef Server merb application slice providing Web User Interface (Management Console). - - - - - -
- - - -
    -
  1. chef-server-webui(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-server-webui(8)
  6. -
- -

NAME

-

- chef-server-webui - Start the Chef Server merb application slice providing Web User Interface (Management Console). -

- -

SYNOPSIS

- -

chef-server-webui (options)

- -
-
-u, --user USER
This flag is for having chef-server-webui run as a user other than the -one currently logged in. Note: if you set this you must also provide a ---group option for it to take effect.
-
-G, --group GROUP
This flag is for having chef-server-webui run as a group other than the -one currently logged in. Note: if you set this you must also provide a ---user option for it to take effect.
-
-d, --daemonize
This will run a single chef-server-webui in the background.
-
-N, --no-daemonize
This will allow you to run a cluster in console mode.
-
-c, --cluster-nodes NUM_MERBS
Number of merb daemons to run for chef-server-webui.
-
-I, --init-file FILE
File to use for initialization on load, defaults to config/init.rb.
-
-p, --port PORTNUM
Port to run chef-server-webui on, defaults to 4040. Additional nodes (-c) -listen on incrementing port numbers.
-
-o, --socket-file FILE
Socket file to run chef-server-webui on, defaults to -[Merb.root]/log/merb.sock. This is for web servers, like thin, that use -sockets. Specify this only if you must.
-
-s, --socket SOCKNUM
Socket number to run chef-server-webui on, defaults to 0.
-
-n, --name NAME
Set the name of the application. This is used in the process title and -log file names.
-
-P, --pid PIDFILE
PID file, defaults to [Merb.root]/log/merb.main.pid for the master -process and[Merb.root]/log/merb.[port number].pid for worker processes. -For clusters, use %s to specify where in the file chef-server-webui -should place the port number. For instance: -P myapp.%s.pid.
-
-h, --host HOSTNAME
Host to bind to (default is 0.0.0.0).
-
-m, --merb-root PATH_TO_APP_ROOT
The path to the Merb.root for the app you want to run -(default is current working directory).
-
-a, --adapter ADAPTER
The rack adapter to use to run chef-server-webui (default is mongrel) -[mongrel, emongrel, thin, ebb, fastcgi, webrick].
-
-R, --rackup FILE
Load an alternate Rack config file (default is config/rack.rb).
-
-i, --irb-console
This flag will start chef-server-webui in irb console mode. All your models -and other classes will be available for you in an irb session.
-
-S, --sandbox
This flag will enable a sandboxed irb console. If your ORM supports -transactions, all edits will be rolled back on exit.
-
-l, --log-level LEVEL
Log levels can be set to any of these options: -debug < info < warn < error < fatal (default is info).
-
-L, --log LOGFILE
A string representing the logfile to use. Defaults to -[Merb.root]/log/merb.[main].log for the master process and -[Merb.root]/log/merb[port number].logfor worker processes.
-
-e, --environment STRING
Environment to run Merb under [development, production, testing] -(default is development).
-
-r, --script-runner ['RUBY CODE'| FULL_SCRIPT_PATH]
Command-line option to run scripts and/or code in the chef-server-webui -app.
-
-K, -graceful PORT or all
Gracefully kill chef-server-webui proceses by port number. -Use chef-server -K all to gracefully kill all merbs.
-
-k, --kill PORT
Force kill one merb worker by port number. This will cause the worker -to be respawned.
-
--fast-deploy
Reload the code, but not yourinit.rb or gems.
-
-X, --mutex on/off
This flag is for turning the mutex lock on and off.
-
-D, --debugger
Run chef-server-webui using rDebug.
-
-V, --verbose
Print extra information.
-
-C, --console-trap
Enter an irb console on ^C.
-
-?, -H, --help
Show this help message.
-
- - -

DESCRIPTION

- -

The Chef Server WebUI (Management Console) is a Merb application slice. -The default listen port is 4040.

- -

The Management Console is Chef Server's web interface. Nodes, roles, -cookbooks, data bags, and API clients can be managed through the Management -Console. Search can also be done on the console.

- -

In order to start using the Management Console, you need to first create -a user or change the default password on the "admin" user.

- -

The default credentials are:

- -
    -
  • Username: admin
  • -
  • Password: p@ssw0rd1
  • -
- - -

SEE ALSO

- -

Full documentation for Chef and chef-server-webui (Management Console) -is located on the Chef wiki, http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with -help2man for the Debian project (but may be used by others). Permission -is granted to copy, distribute and / or modify this document under the -terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-server-webui(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-shell.1.html chef-11.12.8/distro/common/html/chef-shell.1.html --- chef-11.8.2/distro/common/html/chef-shell.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-shell.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,286 +0,0 @@ - - - - - - chef-shell(1) - Interactive Chef Console - - - - - -
- - - -
    -
  1. chef-shell(1)
  2. -
  3. Chef Manual
  4. -
  5. chef-shell(1)
  6. -
- -

NAME

-

- chef-shell - Interactive Chef Console -

- -

SYNOPSIS

- -

chef-shell [named configuration] (options)

- -
-
-S, --server CHEF_SERVER_URL
The chef server URL
-
-z, --client
chef-client mode
-
-c, --config CONFIG
The configuration file to use
-
-j, --json-attributes JSON_ATTRIBS
Load attributes from a JSON file or URL
-
-l, --log-level LOG_LEVEL
Set the logging level
-
-s, --solo
chef-solo session
-
-a, --standalone
standalone session
-
-v, --version
Show chef version
-
-h, --help
Show command options
-
- - -

When no --config option is specified, chef-shell attempts to load a -default configuration file:

- -
    -
  • If a named configuration is given, chef-shell will load ~/.chef/named -configuration/chef_shell.rb
  • -
  • If no named configuration is given chef-shell will load -~/.chef/chef_shell.rb if it exists
  • -
  • chef-shell falls back to loading /etc/chef/client.rb or -/etc/chef/solo.rb if -z or -s options are given and no chef_shell.rb -can be found.
  • -
  • The --config option takes precedence over implicit configuration -paths.
  • -
- - -

DESCRIPTION

- -

chef-shell is an irb(1) (interactive ruby) session customized for Chef. -chef-shell serves two primary functions: it provides a means to -interact with a Chef Server interactively using a convenient DSL; it -allows you to define and run Chef recipes interactively.

- -

SYNTAX

- -

chef-shell uses irb's subsession feature to provide multiple modes of -interaction. In addition to the primary mode which is entered on start, -recipe and attributes modes are available.

- -

PRIMARY MODE

- -

The following commands are available in the primary -session:

- -
-
help
Prints a list of available commands
-
version
Prints the Chef version
-
recipe
Switches to recipe mode
-
attributes
Switches to attributes mode
-
run_chef
Initiates a chef run
-
reset
reinitializes chef-shell session
-
echo :on|:off
Turns irb's echo function on or off. Echo is on by default.
-
tracing :on|:off
Turns irb's function tracing feature on or off. Tracing is extremely -verbose and expected to be of interest primarily to developers.
-
node
Returns the node object for the current host. See knife-node(1) -for more information about nodes.
-
ohai
Prints the attributes of node
-
- - -

In addition to these commands, chef-shell provides a DSL for accessing -data on the Chef Server. When working with remote data in chef-shell, you -chain method calls in the form object type.operation, where -object type is in plural form. The following object types are -available:

- -
    -
  • nodes
  • -
  • roles
  • -
  • data_bags
  • -
  • clients
  • -
  • cookbooks
  • -
- - -

For each object type the following operations are available:

- -
-
object type.all(&block)
Loads all items from the server. If the optional code block is -given, each item will be passed to the block and the results -returned, similar to ruby's Enumerable#map method.
-
object type.show(object name)

Aliased as object type.load

- -

Loads the singular item identified by object name.

-
object type.search(query, &block)

Aliased as object type.find

- -

Runs a search against the server and returns the matching items. If -the optional code block is given each item will be passed to the -block and the results returned.

- -

The query may be a Solr/Lucene format query given as a String, or -a Hash of conditions. If a Hash is given, the options will be ANDed -together. To join conditions with OR, use negative queries, or any -advanced search syntax, you must provide give the query in String -form.

-
object type.transform(:all|query, &block)

Aliased as object type.bulk_edit

- -

Bulk edit objects by processing them with the (required) code block. -You can edit all objects of the given type by passing the Symbol -:all as the argument, or only a subset by passing a query as the -argument. The query is evaluated in the same way as with -search.

- -

The return value of the code block is used to alter the behavior -of transform. If the value returned from the block is nil or -false, the object will not be saved. Otherwise, the object is -saved after being passed to the block. This behavior can be -exploited to create a dry run to test a data transformation.

-
- - -

RECIPE MODE

- -

Recipe mode implements Chef's recipe DSL. Exhaustively documenting this -DSL is outside the scope of this document. See the following pages in -the Chef documentation for more information:

- - - - -

Once you have defined resources in the recipe, you can trigger a -convergence run via run_chef

- -

EXAMPLES

- -
    -
  • A "Hello World" interactive recipe

    - -

    chef > recipe -chef:recipe > echo :off -chef:recipe > file "/tmp/hello_world" -chef:recipe > run_chef -[Sat, 09 Apr 2011 08:56:56 -0700] INFO: Processing file[/tmp/hello_world] action create ((irb#1) line 2) -[Sat, 09 Apr 2011 08:56:56 -0700] INFO: file[/tmp/hello_world] created file /tmp/hello_world -chef:recipe > pp ls '/tmp' -[".", -"..", -"hello_world"]

  • -
  • Search for nodes by role, and print their IP addresses

    - -

    chef > nodes.find(:roles => 'monitoring-server') {|n| n[:ipaddress] } -=> ["10.254.199.5"]

  • -
  • Remove the role obsolete from every node in the system

    - -

    chef > nodes.transform(:all) {|n| n.run_list.delete('role[obsolete]') } - => [node[chef098b2.opschef.com], node[ree-woot], node[graphite-dev], node[fluke.localdomain], node[ghost.local], node[kallistec]]

  • -
- - -

BUGS

- -

chef-shell often does not perfectly replicate the context in which -chef-client(8) configures a host, which may lead to discrepancies in -observed behavior.

- -

chef-shell has to duplicate much code from chef-client's internal -libraries and may become out of sync with the behavior of those -libraries.

- -

SEE ALSO

- -

chef-client(8) knife(1) - http://wiki.opscode.com/display/chef/Chef+Shell

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many - contributions from the community. chef-shell was written by Daniel - DeLeo.

- -

DOCUMENTATION

- -

This manual page was written by Daniel DeLeo dan@opscode.com. - Permission is granted to copy, distribute and / or modify this - document under the terms of the Apache 2.0 License.

- -

CHEF

- -

chef-shell is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-shell(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-solo.8.html chef-11.12.8/distro/common/html/chef-solo.8.html --- chef-11.8.2/distro/common/html/chef-solo.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-solo.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,185 +0,0 @@ - - - - - - chef-solo(8) - Runs chef in solo mode against a specified cookbook location. - - - - - -
- - - -
    -
  1. chef-solo(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-solo(8)
  6. -
- -

NAME

-

- chef-solo - Runs chef in solo mode against a specified cookbook location. -

- -

SYNOPSIS

- -

chef-solo (options)

- -
-
-c, --config CONFIG
The configuration file to use
-
-d, --daemonize
Daemonize the process
-
-g, --group GROUP
Group to set privilege to
-
-i, --interval SECONDS
Run chef-client periodically, in seconds
-
-j, --json-attributes JSON_ATTRIBS
Load attributes from a JSON file or URL
-
-l, --log_level LEVEL
Set the log level (debug, info, warn, error, fatal)
-
-L, --logfile LOGLOCATION
Set the log file location, defaults to STDOUT - recommended for -daemonizing
-
-N, --node-name NODE_NAME
The node name for this client
-
-r, --recipe-url RECIPE_URL
Pull down a remote gzipped tarball of recipes and untar it to the -cookbook cache.
-
-s, --splay SECONDS
The splay time for running at intervals, in seconds
-
-u, --user USER
User to set privilege to
-
-v, --version
Show chef version
-
-h, --help
Show this message
-
- - -

DESCRIPTION

- -

Chef Solo allows you to run Chef Cookbooks in the absence of a Chef Server. -To do this, the complete cookbook needs to be present on disk.

- -

By default Chef Solo will look in /etc/chef/solo.rb for its configuration. -This configuration file has two required variables: file_cache_path and -cookbook_path.

- -

For example: - file_cache_path "/var/chef-solo" - cookbook_path "/var/chef-solo/cookbooks"

- -

For your own systems, you can change this to reflect any directory you like, -but you'll need to specify absolute paths and the cookbook_path directory -should be a subdirectory of the file_cache_path.

- -

You can also specify cookbook_path as an array, passing multiple locations -to search for cookbooks.

- -

For example: - file_cache_path "/var/chef-solo" - cookbook_path ["/var/chef-solo/cookbooks", "/var/chef-solo/site-cookbooks"]

- -

Note that earlier entries are now overridden by later ones.

- -

Since chef-solo doesn't have any interaction with a Chef Server, you'll need -to specify node-specifc attributes in a JSON file. This can be located on the -target system itself, or it can be stored on a remote server such as S3, or a -web server on your network.

- -

Within the JSON file, you'll also specify the recipes that Chef should run in -the "run_list". An example JSON file, which sets a resolv.conf:

- -
{
-  "resolver": {
-    "nameservers": [ "10.0.0.1" ],
-    "search":"int.example.com"
-  },
-  "run_list": [ "recipe[resolver]" ]
-}
-
- -

Then you can run chef-solo with -j to specify the JSON file. It will look for -cookbooks in the cookbook_path configured in the configuration file, and apply -attributes and use the run_list from the JSON file specified.

- -

You can use -c to specify the path to the configuration file (if you don't want -chef-solo to use the default). You can also specify -r for a cookbook tarball.

- -

For example: - chef-solo -c ~/solo.rb -j ~/node.json -r http://www.example.com/chef-solo.tar.gz

- -

In the above case, chef-solo would extract the tarball to your specified -cookbook_path, use ~/solo.rb as the configuration file, and apply attributes -and use the run_list from ~/node.json.

- -

SEE ALSO

- -

Full documentation for Chef and chef-solo is located on the Chef wiki, -http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with -help2man. Permission is granted to copy, distribute and / or modify -this document under the terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-solo(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/chef-solr.8.html chef-11.12.8/distro/common/html/chef-solr.8.html --- chef-11.8.2/distro/common/html/chef-solr.8.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/chef-solr.8.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,165 +0,0 @@ - - - - - - chef-solr(8) - Runs as Chef's search server - - - - - -
- - - -
    -
  1. chef-solr(8)
  2. -
  3. Chef Manual
  4. -
  5. chef-solr(8)
  6. -
- -

NAME

-

- chef-solr - Runs as Chef's search server -

- -

SYNOPSIS

- -

chef-solr (options)

- -
-
-c, --config CONFIG
The configuration file to use
-
-d, --daemonize
Daemonize the process
-
-g, --group GROUP
Group to set privilege to
-
-l, --log_level LEVEL
Set the log level (debug, info, warn, error, fatal)
-
-L, --logfile LOGLOCATION
Set the log file location, defaults to STDOUT - recommended for daemonizing
-
-P, --pid PIDFILE
Set the PID file location, defaults to /tmp/chef-solr.pid
-
-D, --solr-data-dir PATH
Where the Solr data lives
-
-x, --solor-heap-size SIZE
Set the size of the Java Heap
-
-H, --solr-home-dir PATH
Solr home directory
-
-j, --java-opts OPTS
Raw options passed to Java
-
-x, --solor-heap-size
Set the size of the Java Heap
-
-W, --solr-jetty-dir PATH
Where to place the Solr Jetty instance
-
-u, --user USER
User to set privilege to
-
-v, --version
Show chef-solr version
-
-h, --help
Show this message
-
- - -

DESCRIPTION

- -

Chef-solr provides search service for Chef. You need to have both -chef-solr and chef-expander-cluster running in order for search to work.

- -

Installation

- -

Make sure you backed up your data if you are upgrading from a previous version. -Run chef-solr-installer to upgrade your Chef Solr installation. Answer "yes" -when prompted for confirmation. The process should look like this:

- -
yourshell> chef-solr-installer
-Configuration setting solr_heap_size is unknown and will be ignored
-
-Chef Solr is already installed in /var/chef/solr
-Do you want to overwrite the current install? All existing Solr data will be lost. [y/n] y
-Removing the existing Chef Solr installation
-  rm -rf /var/chef/solr
-  rm -rf /var/chef/solr-jetty
-  rm -rf /var/chef/solr/data
-Creating Solr Home Directory
-  mkdir -p /var/chef/solr
-  entering /var/chef/solr
-  tar zxvf /Users/ddeleo/opscode/chef/chef-solr/solr/solr-home.tar.gz
-Creating Solr Data Directory
-  mkdir -p /var/chef/solr/data
-Unpacking Solr Jetty
-  mkdir -p /var/chef/solr-jetty
-  entering /var/chef/solr-jetty
-  tar zxvf /Users/ddeleo/opscode/chef/chef-solr/solr/solr-jetty.tar.gz
-
-Successfully installed Chef Solr.
-You can restore your search index using `knife index rebuild`
-
- -

SEE ALSO

- -

chef-expander-cluster(8)

- -

Full documentation for Chef and chef-server is located on the Chef -wiki, http://wiki.opscode.com/display/chef/Home.

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@ospcode.com of Opscode -(http://www.opscode.com), with contributions from the community. This -manual page was written by Joshua Timberman joshua@opscode.com with -help2man. Permission is granted to copy, distribute and / or modify -this document under the terms of the Apache 2.0 License.

- -

On Debian systems, the complete text of the Apache 2.0 License can be -found in /usr/share/common-licenses/Apache-2.0.

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. chef-solr(8)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/ctl_chef_client.html chef-11.12.8/distro/common/html/ctl_chef_client.html --- chef-11.8.2/distro/common/html/ctl_chef_client.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/ctl_chef_client.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,219 @@ + + + + + + + + + chef-client — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

chef-client

+

A chef-client is an agent that runs locally on every node that is registered with the server. When a chef-client is run, it will perform all of the steps that are required to bring the node into the expected state, including:

+
    +
  • Registering and authenticating the node with the server
  • +
  • Building the node object
  • +
  • Synchronizing cookbooks
  • +
  • Compiling the resource collection by loading each of the required cookbooks, including recipes, attributes, and all other dependencies
  • +
  • Taking the appropriate and required actions to configure the node
  • +
  • Looking for exceptions and notifications, handling each as required
  • +
+

The chef-client executable can be run as a command-line tool.

+
+

Note

+

A client.rb file is used to specify the configuration details for the chef-client. This file is the default configuration file and is loaded every time the chef-client executable is run. The chef-client executable can be run as a daemon. On UNIX- and Linux-based machines, the configuration file is located at: /etc/chef/client.rb. On Microsoft Windows machines, the configuration file is located at C:\chef\client.rb.

+
+
+

Options

+

This command has the following syntax:

+
chef-client OPTION VALUE OPTION VALUE ...
+
+

This command has the following options:

+
+
-A, --fatal-windows-admin-check
+
Indicates that a chef-client run should fail if the chef-client does not have administrator privileges in Microsoft Windows.
+
--chef-zero-port PORT
+
The port on which chef-zero will listen.
+
-F FORMAT, --format FORMAT
+

The output format: doc (default) or min.

+

Use doc to print the progress of the chef-client run using full strings that display a summary of updates as they occur.

+

Use min to print the progress of the chef-client run using single characters. A summary of updates is printed at the end of the chef-client run. A dot (.) is printed for events that do not have meaningful status information, such as loading a file or synchronizing a cookbook. For resources, a dot (.) is printed when the resource is up to date, an S is printed when the resource is skipped by not_if or only_if, and a U is printed when the resource is updated.

+

Other formatting options are available when those formatters are configured in the client.rb file using the add_formatter option.

+
+
--force-formatter
+
Indicates that formatter output will be used instead of logger output.
+
--force-logger
+
Indicates that logger output will be used instead of formatter output.
+
-g GROUP, --group GROUP
+
The name of the group that owns a process. This is required when starting any executable as a daemon.
+
-h, --help
+
Shows help for the command.
+
-i SECONDS, --interval SECONDS
+
The frequency (in seconds) at which the chef-client runs. Default value: 1800.
+
-j PATH, --json-attributes PATH
+
The path to a file that contains JSON data.
+
-k KEY_FILE, --client_key KEY_FILE
+
The location of the file which contains the client key. Default value: /etc/chef/client.pem.
+
-K KEY_FILE, --validation_key KEY_FILE
+
The location of the file which contains the key used when a chef-client is registered with a server. A validation key is signed using the validation_client_name for authentication. Default value: /etc/chef/validation.pem.
+
-l LEVEL, --log_level LEVEL
+
The level of logging that will be stored in a log file.
+
-L LOGLOCATION, --logfile c
+
The location in which log file output files will be saved. If this location is set to something other than STDOUT, standard output logging will still be performed (otherwise there would be no output other than to a file). This is recommended when starting any executable as a daemon. Default value: STDOUT.
+
--[no-]color
+
Indicates whether colored output will be used. Default setting: --color.
+
-N NODE_NAME, --node-name NODE_NAME
+
The name of the node.
+
-o RUN_LIST_ITEM, --override-runlist RUN_LIST_ITEM
+
Replace the current run list with the specified items.
+
--once
+
Indicates that the chef-client is run once and that interval and splay options are cancelled.
+
-P PID_FILE, --pid PID_FILE
+
The location in which a process identification number (pid) is saved. An executable, when started as a daemon, will write the pid to the specified file. Default value: /tmp/name-of-executable.pid.
+
-R, --enable-reporting
+
Indicates that data collection reporting is enabled during a chef-client run.
+
-s SECONDS, --splay SECONDS
+
A number (in seconds) to add to the interval that is used to determine the frequency of chef-client runs. This number can help prevent server load when there are many clients running at the same time.
+
-S CHEF_SERVER_URL, --server CHEF_SERVER_URL
+
The URL for the server.
+
-u USER, --user USER
+
The user that owns a process. This is required when starting any executable as a daemon.
+
-v, --version
+
The version of the chef-client.
+
-W, --why-run
+
Indicates that the executable will be run in why-run mode, which is a type of chef-client run that does everything except modify the system. Use why-run mode to understand why the chef-client makes the decisions that it makes and to learn more about the current and proposed state of the system.
+
-z, --local-mode
+
Indicates that the chef-client will be run in local mode, which allows all commands that work against the server to also work against the local chef-repo.
+
+
+
+

Run with Elevated Privileges

+

The chef-client may need to be run with elevated privileges in order to get a recipe to converge correctly. On UNIX and UNIX-like operating systems this can be done by running the command as root. On Microsoft Windows this can be done by running the command prompt as an administrator.

+
+

Linux

+

On Linux, the following error sometimes occurs when the permissions used to run the chef-client are incorrect:

+
$ chef-client
+[Tue, 29 Nov 2011 19:46:17 -0800] INFO: *** Chef 10.X.X ***
+[Tue, 29 Nov 2011 19:46:18 -0800] WARN: Failed to read the private key /etc/chef/client.pem: #<Errno::EACCES: Permission denied - /etc/chef/client.pem>
+
+
+

This can be resolved by running the command as root. There are a few ways this can be done:

+
    +
  • Log in as root and then run the chef-client

    +
  • +
  • Use su to become the root user, and then run the chef-client. For example:

    +
    +
    $ su
    +
    +
    +
    +
  • +
+

and then:

+
+
$ chef-client
+
+
+
+
    +
  • Use the sudo utility

    +
    +
    $ sudo chef-client
    +
    +
    +
    +
  • +
  • Give a user access to read /etc/chef and also the files accessed by the chef-client. This requires super user privileges and, as such, is not a recommended approach

    +
  • +
+
+
+

Windows

+

On Microsoft Windows, running without elevated privileges (when they are necessary) is an issue that fails silently. It will appear that the chef-client completed its run successfully, but the changes will not have been made. When this occurs, do one of the following to run the chef-client as the administrator:

+
    +
  • Log in to the administrator account. (This is not the same as an account in the administrator’s security group.)

    +
  • +
  • Run the chef-client process from the administrator account while being logged into another account. Run the following command:

    +
    +
    $ runas /user:Administrator "cmd /C chef-client"
    +
    +
    +

    This will prompt for the administrator account password.

    +
    +
  • +
  • Open a command prompt by right-clicking on the command prompt application, and then selecting Run as administrator. After the command window opens, the chef-client can be run as the administrator

    +
  • +
+
+
+
+

Examples

+

Start a Chef run when the chef-client is running as a daemon

+

A chef-client that is running as a daemon can be woken up and started by sending the process a SIGUSR1. For example, to trigger a chef-client run on a machine running Linux:

+
$ sudo killall -USR1 chef-client
+
+
+

Start a Chef run manually

+
$ ps auxw|grep chef-client
+
+
+

to return something like:

+
root           66066   0.9  0.0  2488880    264 s001  S+   10:26AM   0:03.05
+/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby /usr/bin/chef-client -i 3600 -s 20
+
+
+

and then enter:

+
$ sudo kill -USR1 66066
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/ctl_chef_server.html chef-11.12.8/distro/common/html/ctl_chef_server.html --- chef-11.8.2/distro/common/html/ctl_chef_server.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/ctl_chef_server.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,111 @@ + + + + + + + + + chef-server-ctl — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

chef-server-ctl

+

The open source server includes a command-line utility named chef-server-ctl, which is used to start and stop individual services, reconfigure the server, and tail server log files.

+
+

Options

+

This command has the following syntax:

+
chef-server-ctl OPTION
+
+

This command has the following options:

+
+
help
+
Shows help for the command.
+
reconfigure
+
Use to reconfigure the server. This option will read from the /etc/chef-server/chef-server.rb file and apply that configuration to the server. Any time changes are made to the chef-server.rb file, the chef-server-ctl command should be run with this option.
+
restart [SERVICE_NAME]
+
Use to restart all enabled services or to restart a single service.
+
start [SERVICE_NAME]
+
Use to start all enabled services or to start a single service.
+
status [SERVICE_NAME]
+
Use to view the status of all services or to view the status of a single service.
+
stop [SERVICE_NAME]
+
Use to stop all enabled services or to stop a single service.
+
tail [SERVICE_NAME]
+
Use to follow the server logs for all services or for a single service.
+
test --all
+
Use to execute chef-pedant, an integration test suite for the server installation. By default, only a subset of the available test are run. Add the --all flag to run the full test suite.
+
+
+
+

Examples

+

The following examples show how to use chef-server-ctl to manage services.

+

View the status of a service

+
$ ctl-chef-server status name_of_service
+
+
+

For example, to view the status for a service named erchef, enter:

+
$ ctl-chef-server status erchef
+
+
+

Restart a service

+
$ ctl-chef-server restart name_of_service
+
+
+

For example, to restart a service named erchef, enter:

+
$ ctl-chef-server restart erchef
+
+
+

Restart all services

+
$ ctl-chef-server restart
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/ctl_chef_shell.html chef-11.12.8/distro/common/html/ctl_chef_shell.html --- chef-11.8.2/distro/common/html/ctl_chef_shell.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/ctl_chef_shell.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,120 @@ + + + + + + + + + chef-shell — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

chef-shell

+

chef-shell is a recipe debugging tool that allows the use of breakpoints within recipes. chef-shell runs as an Interactive Ruby (IRb) session. chef-shell supports both recipe and attribute file syntax, as well as interactive debugging features.

+
+

Note

+

chef-shell is the new name for Shef as of Chef 11.x. chef-shell is backwards compatible and aside from the name change, has the same set of functionality as with previous releases.

+
+

The chef-shell executable can be run as a command-line tool.

+
+

Modes

+

chef-shell is tool that allows Knife to be run using an Interactive Ruby (IRb) session. chef-shell currently supports recipe and attribute file syntax, as well as interactive debugging features. chef-shell has three run modes:

+ ++++ + + + + + + + + + + + + + + + + +
ModeDescription
StandaloneNo cookbooks are loaded, and the run list is empty. This mode is the default.
Solochef-shell acts as a chef-solo client. It attempts to load the chef-solo configuration file and JSON attributes. If the JSON attributes set a run list, it will be honored. Cookbooks will be loaded in the same way that chef-solo loads them. chef-solo mode is activated with the -s or --solo command line option, and JSON attributes are specified in the same way as for chef-solo, with -j /path/to/chef-solo.json.
Clientchef-shell acts as a chef-client. During startup, it reads the chef-client configuration file and contacts the server to get attributes and cookbooks. The run list will be set in the same way as normal chef-client runs. chef-client mode is activated with the -z or --client options. You can also specify the configuration file with -c CONFIG and the server URL with -S SERVER_URL.
+
+
+

Options

+

This command has the following syntax:

+
chef-shell OPTION VALUE OPTION VALUE ...
+
+

This command has the following options:

+
+
-a, --standalone
+
Indicates that chef-shell will be run in standalone mode.
+
-c CONFIG, --config CONFIG
+
The configuration file to use.
+
-h, --help
+
Shows help for the command.
+
-j PATH, --json-attributes PATH
+
The path to a file that contains JSON data.
+
-l LEVEL, --log-level LEVEL
+
The level of logging that will be stored in a log file.
+
-s, --solo
+
Indicates that chef-shell will be run in chef-solo mode.
+
-S CHEF_SERVER_URL, --server CHEF_SERVER_URL
+
The URL for the server.
+
-v, --version
+
The version of the chef-client.
+
-z, --client
+
Indicates that chef-shell will be run in chef-client mode.
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/ctl_chef_solo.html chef-11.12.8/distro/common/html/ctl_chef_solo.html --- chef-11.8.2/distro/common/html/ctl_chef_solo.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/ctl_chef_solo.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,144 @@ + + + + + + + + + chef-solo — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

chef-solo

+

chef-solo is an open source version of the chef-client that allows using cookbooks with nodes without requiring access to a server. chef-solo runs locally and requires that a cookbook (and any of its dependencies) be on the same physical disk as the node. chef-solo is a limited-functionality version of the chef-client and does not support the following:

+
    +
  • Node data storage
  • +
  • Search indexes
  • +
  • Centralized distribution of cookbooks
  • +
  • A centralized API that interacts with and integrates infrastructure components
  • +
  • Authentication or authorization
  • +
  • Persistent attributes
  • +
+

The chef-solo executable can be run as a command-line tool.

+
+

Options

+

This command has the following syntax:

+
chef-solo OPTION VALUE OPTION VALUE ...
+
+

This command has the following options:

+
+
-c CONFIG, --config CONFIG
+
The configuration file to use.
+
-d, --daemonize
+
Indicates that the executable will be run as a daemon. This option is only available on machines that run in UNIX or Linux environments. For machines that are running Microsoft Windows that require similar functionality, use the chef-client::service recipe in the chef-client cookbook: http://community.opscode.com/cookbooks/chef-client. This will install a chef-client service under Microsoft Windows using the Windows Service Wrapper.
+
-E ENVIRONMENT_NAME, --environment ENVIRONMENT_NAME
+
The name of the environment.
+
-f, --[no-]fork
+
Indicates that a chef-client run will be contained in a secondary process with dedicated RAM. When the chef-client run is complete the RAM will be returned to the master process. This option helps ensure that a chef-client will use a steady amount of RAM over time because the master process will not run recipes. This option will also help prevent memory leaks (such as those that can be introduced by the code contained within a poorly designed cookbook). Use --no-fork to disable running the chef-client in fork node. Default value: --fork.
+
-F FORMAT, --format FORMAT
+

The output format: doc (default) or min.

+

Use doc to print the progress of the chef-client run using full strings that display a summary of updates as they occur.

+

Use min to print the progress of the chef-client run using single characters. A summary of updates is printed at the end of the chef-client run. A dot (.) is printed for events that do not have meaningful status information, such as loading a file or synchronizing a cookbook. For resources, a dot (.) is printed when the resource is up to date, an S is printed when the resource is skipped by not_if or only_if, and a U is printed when the resource is updated.

+

Other formatting options are available when those formatters are configured in the client.rb file using the add_formatter option.

+
+
--force-formatter
+
Indicates that formatter output will be used instead of logger output.
+
--force-logger
+
Indicates that logger output will be used instead of formatter output.
+
-g GROUP, --group GROUP
+
The name of the group that owns a process. This is required when starting any executable as a daemon.
+
-h, --help
+
Shows help for the command.
+
-i SECONDS, --interval SECONDS
+
The frequency (in seconds) at which the chef-client runs.
+
-j PATH, --json-attributes PATH
+
The path to a file that contains JSON data. Use this option to override normal attributes set elsewhere.
+
-l LEVEL, --log_level LEVEL
+
The level of logging that will be stored in a log file.
+
-L LOGLOCATION, --logfile c
+
The location in which log file output files will be saved. If this location is set to something other than STDOUT, standard output logging will still be performed (otherwise there would be no output other than to a file). This is recommended when starting any executable as a daemon.
+
--[no-]color
+
Indicates whether colored output will be used. Default setting: --color.
+
-N NODE_NAME, --node-name NODE_NAME
+
The name of the node.
+
-o RUN_LIST_ITEM, --override-runlist RUN_LIST_ITEM
+
Replace the current run list with the specified items.
+
-r RECIPE_URL, --recipe-url RECIPE_URL
+
The URL location from which a remote cookbook tar.gz will be downloaded.
+
-s SECONDS, --splay SECONDS
+
A number (in seconds) to add to the interval that is used to determine the frequency of chef-client runs. This number can help prevent server load when there are many clients running at the same time.
+
-u USER, --user USER
+
The user that owns a process. This is required when starting any executable as a daemon.
+
-v, --version
+
The version of the chef-client.
+
-W, --why-run
+
Indicates that the executable will be run in why-run mode, which is a type of chef-client run that does everything except modify the system. Use why-run mode to understand why the chef-client makes the decisions that it makes and to learn more about the current and proposed state of the system.
+
+
+
+

Examples

+

Use a URL

+
$ chef-solo -c ~/solo.rb -j ~/node.json -r http://www.example.com/chef-solo.tar.gz
+
+
+

where -r uses the remote_file resource to retrieve the tar.gz archive into the file_cache_path, and then extract it to cookbooks_path.

+

Use a directory

+
$ chef-solo -c ~/solo.rb -j ~/node.json
+
+
+

where the -r URL option is not used. chef-solo will look in the solo.rb file to determine the directory in which cookbooks are located.

+

Use a URL for cookbook and JSON data

+
$ chef-solo -c ~/solo.rb -j http://www.example.com/node.json -r http://www.example.com/chef-solo.tar.gz
+
+
+

where -r corresponds to recipe_url and -j corresponds to json_attribs, both of which are configuration options in solo.rb.

+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/index.html chef-11.12.8/distro/common/html/index.html --- chef-11.8.2/distro/common/html/index.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/index.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,185 @@ + + + + + + + + + chef-client Man Pages — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

chef-client Man Pages

+

The following command line interfaces are available in the chef-client:

+ +
+

knife

+

Knife is a command-line tool that provides an interface between a local chef-repo and the server. Knife helps users to manage:

+
    +
  • Nodes
  • +
  • Cookbooks and recipes
  • +
  • Roles
  • +
  • Stores of JSON data (data bags), including encrypted data
  • +
  • Environments
  • +
  • Cloud resources, including provisioning
  • +
  • The installation of the chef-client on management workstations
  • +
  • Searching of indexed data on the server
  • +
+

The following sections describe functionality common to all Knife subcommands:

+ +

Knife includes the following sub-commands:

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sub-commandDescription
knife bootstrapThe knife bootstrap subcommand is used to run a bootstrap operation that installs the chef-client on the target system. The bootstrap operation must specify the IP address or FQDN of the target system.
knife clientThe knife client subcommand is used to manage an API client list and their associated RSA public key-pairs. This allows authentication requests to be made to the server by any entity that uses the Chef Server API, such as the chef-client and Knife.
knife configureThe knife configure subcommand is used to create the knife.rb and client.rb files so that they can be distributed to workstations and nodes.
knife cookbookThe knife cookbook subcommand is used to interact with cookbooks that are located on the server or the local chef-repo.
knife cookbook siteThe knife cookbook site subcommand is used to interact with cookbooks that are located at https://cookbooks.opscode.com. A user account is required for any community actions that write data to this site. The following arguments do not require a user account: download, search, install, and list.
knife data bagThe knife data bag subcommand is used to manage arbitrary stores of globally available JSON data.
knife deleteThe knife delete subcommand is used to delete an object from a server. This subcommand works similar to knife cookbook delete, knife data bag delete, knife environment delete, knife node delete, and knife role delete, but with a single verb (and a single action).
knife depsThe knife deps subcommand is used to identify dependencies for a node, role, or cookbook.
knife diffThe knife diff subcommand is used to compare the differences between files and directories on the server and in the chef-repo. For example, to compare files on the server prior to an uploading or downloading files using the knife download and knife upload subcommands, or to ensure that certain files in multiple production environments are the same. This subcommand is similar to the git diff command that can be used to diff what is in the chef-repo with what is synced to a git repository.
knife downloadThe knife download subcommand is used to download roles, cookbooks, environments, nodes, and data bags from the server to the current working directory. It can be used to back up data on the server, inspect the state of one or more files, or to extract out-of-process changes users may have made to files on the server, such as if a user made a change that bypassed version source control. This subcommand is often used in conjunction with knife diff, which can be used to see exactly what changes will be downloaded, and then knife upload, which does the opposite of knife download.
knife editThe knife edit subcommand is used to edit objects on the server. This subcommand works similar to knife cookbook edit, knife data bag edit, knife environment edit, knife node edit, and knife role edit, but with a single verb (and a single action).
knife environmentThe knife environment subcommand is used to manage environments within a single organization on the server.
knife execThe knife exec subcommand uses the Knife configuration file to execute Ruby scripts in the context of a fully configured chef-client. This subcommand is most often used to run scripts that will only access server one time (or otherwise very infrequently). Use this subcommand any time that an operation does not warrant full usage of the Knife subcommand library.
knife index rebuildThe knife index rebuild subcommand is used to rebuild the search indexes for the open source server. This operation is destructive and may take some time.
knife listThe knife list subcommand is used to view a list of objects on the server. This subcommand works similar to knife cookbook list, knife data bag list, knife environment list, knife node list, and knife role list, but with a single verb (and a single action).
knife nodeThe knife node subcommand is used to manage the nodes that exist on a server.
knife rawThe knife raw subcommand is used to send a REST request to a specified path using the Chef Server API.
knife recipe listThe knife recipe list subcommand is used to view all of the recipes that are on a server. A regular expression can be used to limit the results to recipes that match a specific pattern. The regular expression must be within quotes and not be surrounded by forward slashes (/).
knife roleThe knife role subcommand is used to manage the roles that are associated with one or more nodes on a server.
knife searchThe knife search subcommand is used run a search query for information that is indexed on a server.
knife showThe knife show subcommand is used to view the details of one (or more) objects on the server. This subcommand works similar to knife cookbook show, knife data bag show, knife environment show, knife node show, and knife role show, but with a single verb (and a single action).
knife sshThe knife ssh subcommand is used to invoke SSH commands (in parallel) on a subset of nodes within an organization, based on the results of a search query.
knife statusThe knife status subcommand is used to display a brief summary of the nodes on a server, including the time of the most recent successful chef-client run.
knife tagThe knife tag subcommand is used to apply tags to nodes on a server.
knife uploadThe knife upload subcommand is used to upload roles, cookbooks, environments, and data bags to the server from the current working directory in the chef-repo. This subcommand is often used in conjunction with knife diff, which can be used to see exactly what changes will be uploaded, and then knife download, which does the opposite of knife upload.
knife userThe knife user subcommand is used to manage the list of users and their associated RSA public key-pairs.
knife xargsThe knife xargs subcommand is used to build and execute command lines against objects on a server using standard input.
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife.1.html chef-11.12.8/distro/common/html/knife.1.html --- chef-11.8.2/distro/common/html/knife.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,315 +0,0 @@ - - - - - - knife(1) - Chef Server API client utility - - - - - -
- - - -
    -
  1. knife(1)
  2. -
  3. Chef Manual
  4. -
  5. knife(1)
  6. -
- -

NAME

-

- knife - Chef Server API client utility -

- -

SYNOPSIS

- -

knife sub-command [argument...] (options)

- -

DESCRIPTION

- -

Knife is a command-line utility used to manage data on a Chef server -through the HTTP(S) API. Knife is organized into groups of subcommands -centered around the various object types in Chef. Each category of -subcommand is documented in its own manual page. Available topics are:

- -
    -
  • bootstrap
  • -
  • client
  • -
  • configure
  • -
  • cookbook-site
  • -
  • cookbook
  • -
  • data-bag
  • -
  • environment
  • -
  • exec
  • -
  • index
  • -
  • node
  • -
  • recipe
  • -
  • role
  • -
  • search
  • -
  • ssh
  • -
  • status
  • -
  • tag
  • -
- - -

If the knife manuals are in your MANPATH, you can access help for the -above topics using man knife-TOPIC; otherwise, you can view the -documentation using knife help TOPIC.

- -

OPTIONS

- -
-
-s, --server-url URL
Chef Server URL, corresponds to Chef::Config chef_server_url.
-
-k, --key KEY
API Client Key, corresponds to Chef::Config client_key.
-
-c, --config CONFIG
The configuration file to use
-
-E, --environment ENVIRONMENT
Set the Chef environment
-
-e, --editor EDITOR
Set the editor to use for interactive commands
-
-F, --format FORMAT
Which format to use for output. See FORMATS for details.
-
-d, --disable-editing
Do not open EDITOR, just accept the data as is
-
-u, --user USER
API Client Username, corresponds to Chef::Config node_name.
-
-p, --print-after
Show the data after a destructive operation
-
-v, --version
Show chef version
-
-V, --verbose
More verbose output. Use twice for max verbosity.
-
-y, --yes
Say yes to all prompts for confirmation
-
--defaults
Accept default values for all questions
-
--[no-]color
Use colored output. Color enabled by default.
-
-h, --help
Show the available options for a command.
-
- - -

SUB-COMMANDS

- -

Sub-commands that operate on the basic Chef data types are structured as -NOUN verb NOUN (options). For all data types, the following commands -are available:

- -
    -
  • create (create)
  • -
  • list and show (read)
  • -
  • edit (update)
  • -
  • delete (destroy)
  • -
- - -

Knife also includes commands that take actions other than displaying or -modifying data on the Chef Server, such as knife-ssh(1).

- -

CONFIGURATION

- -

The knife configuration file is a Ruby DSL to set configuration -parameters for Knife's GENERAL OPTIONS. The default location for the -config file is ~/.chef/knife.rb. If managing multiple Chef -repositories, per-repository config files can be created. The file must -be .chef/knife.rb in the current directory of the repository.

- -

If the config file exists, knife uses these settings for GENERAL OPTIONS defaults.

- -
    -
  • node_name: -User or client identity (i.e., name) to use for authenticating -requests to the Chef Server.
  • -
  • client_key: -Private key file to authenticate to the Chef server. Corresponds to the --k or --key option.
  • -
  • chef_server_url: -URL of the Chef server. Corresponds to the -s or --server-url -option. This is requested from the user when running this sub-command.
  • -
  • syntax_check_cache_path: -Specifies the path to a directory where knife caches information -about files that it has syntax checked.
  • -
  • validation_client_name: -Specifies the name of the client used to validate new clients.
  • -
  • validation_key: -Specifies the private key file to use when bootstrapping new hosts. -See knife-client(1) for more information about the validation -client.
  • -
  • cookbook_copyright, cookbook_email, cookbook_license, readme_format -Used by knife cookbook create sub-command to specify the copyright -holder, maintainer email, license and readme format (respectively) for new cookbooks. -The copyright holder is listed as the maintainer in the cookbook's -metadata and as the Copyright in the comments of the default recipe. The -maintainer email is used in the cookbook metadata. The license -determines what preamble to put in the comment of the default recipe, -and is listed as the license in the cookbook metadata. Currently -supported licenses are "apachev2" and "none". Any other values will -result in an empty license in the metadata (needs to be filled in by the -author), and no comment preamble in the default recipe. Currently supported -readme formats are "md", "mkd", "txt", and "rdoc". Any other value will -result in an unformatted README.
  • -
- - -

FILES

- -

~/.chef/knife.rb

- -

Ruby DSL configuration file for knife. See CONFIGURATION.

- -

FORMATS

- -

The amount of content displayed and the output format are -modified by the --format option. If no alternate format is selected, -the default is summary.

- -

Valid formats are:

- -
-
summary
displays the node in a custom, summarized format (default)
-
text
displays the node data in its entirety using the colorized tree display
-
json
displays the node in JSON format
-
yaml
displays the node in YAML format
-
pp
displays the node using Ruby's pretty printer.
-
- - -

For brevity, only the first character of the format is required, for -example, -Fj will produce JSON format output.

- -

CHEF WORKFLOW

- -

When working with Chef and Knife in the local repository, the recommended workflow outline looks like:

- -
    -
  • Create repository. A skeleton sample is provided at http://github.com/opscode/chef-repo/.
  • -
  • Configure knife, see CONFIGURATION.
  • -
  • Download cookbooks from the Opscode cookbooks site, see COOKBOOK SITE SUB-COMMANDS.
  • -
  • Or, create new cookbooks, see cookbook create sub-command.
  • -
  • Commit changes to the version control system. See your tool's documentation.
  • -
  • Upload cookbooks to the Chef Server, see COOKBOOK SUB-COMMANDS.
  • -
  • Launch instances in the Cloud, OR provision new hosts; see CLOUD COMPUTING SUB-COMMANDS and BOOTSTRAP SUB-COMMANDS.
  • -
  • Watch Chef configure systems!
  • -
- - -

A note about git: Opscode and many folks in the Chef community use git, -but it is not required, except in the case of the cookbook site vendor -sub-command, as it uses git directly. Version control is strongly -recommended though, and git fits with a lot of the workflow paradigms.

- -

EXAMPLES

- -

ENVIRONMENT

- -
-
EDITOR
The text editor to use for editing data. The --editor option takes -precedence over this value, and the --disable-editing option supresses -data editing entirely.
-
- - -

SEE ALSO

- -

chef-client(8) chef-server(8) chef-shell(1)

- -

knife-bootstrap(1) knife-client(1) knife-configure(1) - knife-cookbook-site(1) knife-cookbook(1) knife-data-bag(1) - knife-environment(1) knife-exec(1) knife-index(1) - knife-node(1) knife-recipe(1) knife-role(1) - knife-search(1) knife-ssh(1) knife-tag(1)

- -

Complete Chef documentation is available online: http://wiki.opscode.com/display/chef/Home/

- -

JSON is JavaScript Object Notation http://json.org/

- -

SOLR is an open source search engine. http://lucene.apache.org/solr/

- -

git(1) is a version control system http://git-scm.com/

- -

This manual page was generated from Markdown with ronn(1) http://rtomayko.github.com/ronn/ronn.1.html

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com of Opscode - (http://www.opscode.com), with contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com.

- -

LICENSE

- -

Both Chef and this documentation are released under the terms of the - Apache 2.0 License. You may view the license online: http://www.apache.org/licenses/LICENSE-2.0.html - On some systems, the complete text of the Apache 2.0 License may be found in /usr/share/common-licenses/Apache-2.0.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife-bootstrap.1.html chef-11.12.8/distro/common/html/knife-bootstrap.1.html --- chef-11.8.2/distro/common/html/knife-bootstrap.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-bootstrap.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,241 +0,0 @@ - - - - - - knife-bootstrap(1) - Install Chef Client on a remote host - - - - - -
- - - -
    -
  1. knife-bootstrap(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-bootstrap(1)
  6. -
- -

NAME

-

- knife-bootstrap - Install Chef Client on a remote host -

- -

SYNOPSIS

- -

knife bootstrap (options)

- -
-
-i, --identity-file IDENTITY_FILE
The SSH identity file used for authentication
-
-N, --node-name NAME
The Chef node name for your new node
-
-P, --ssh-password PASSWORD
The ssh password
-
-x, --ssh-user USERNAME
The ssh username
-
-p, --ssh-port PORT
The ssh port
-
--bootstrap-version VERSION
The version of Chef to install
-
--bootstrap-proxy PROXY_URL
The proxy server for the node being bootstrapped
-
--prerelease
Install pre-release Chef gems
-
-r, --run-list RUN_LIST
Comma separated list of roles/recipes to apply
-
--template-file TEMPLATE
Full path to location of template to use
-
--sudo
Execute the bootstrap via sudo
-
-d, --distro DISTRO
Bootstrap a distro using a template
-
--[no-]host-key-verify
Enable host key verification, which is the default behavior.
-
--hint HINT_NAME[=HINT_FILE]
Provide the name of a hint (with option JSON file) to set for use by -Ohai plugins.
-
- - -

DESCRIPTION

- -

Performs a Chef Bootstrap on the target node. The goal of the bootstrap -is to get Chef installed on the target system so it can run Chef Client -with a Chef Server. The main assumption is a baseline OS installation -exists. This sub-command is used internally by some cloud computing -plugins.

- -

The bootstrap sub-command supports supplying a template to perform the -bootstrap steps. If the distro is not specified (via -d or --distro -option), an Ubuntu 10.04 host bootstrapped with RubyGems is assumed. The -DISTRO value corresponds to the base filename of the template, in -other words DISTRO.erb. A template file can be specified with the ---template-file option in which case the DISTRO is not used. The -sub-command looks in the following locations for the template to use:

- -
    -
  • bootstrap directory in the installed Chef Knife library.
  • -
  • bootstrap directory in the $PWD/.chef.
  • -
  • bootstrap directory in the users $HOME/.chef.
  • -
- - -

The default bootstrap templates are scripts that get copied to the -target node (FQDN). The following distros are supported:

- -
    -
  • centos5-gems
  • -
  • fedora13-gems
  • -
  • ubuntu10.04-gems
  • -
  • ubuntu10.04-apt
  • -
- - -

The gems installations will use RubyGems 1.3.6 and Chef installed as a -gem. The apt installation will use the Opscode APT repository.

- -

In addition to handling the software installation, these bootstrap -templates do the following:

- -
    -
  • Write the validation.pem per the local knife configuration.
  • -
  • Write a default config file for Chef (/etc/chef/client.rb) using values from the knife.rb.
  • -
  • Create a JSON attributes file containing the specified run list and run Chef.
  • -
- - -

In the case of the RubyGems, the client.rb will be written from -scratch with a minimal set of values; see EXAMPLES. In the case of -APT Package installation, client.rb will have the -validation_client_name appended if it is not set to chef-validator -(default config value), and the node_name will be added if -chef_node_name option is specified.

- -

When this is complete, the bootstrapped node will have:

- -
    -
  • Latest Chef version installed from RubyGems or APT Packages from Opscode. This may be a later version than the local system.
  • -
  • Be validated with the configured Chef Server.
  • -
  • Have run Chef with its default run list if one is specfied.
  • -
- - -

Additional custom bootstrap templates can be created and stored in -.chef/bootstrap/DISTRO.erb, replacing DISTRO with the value passed -with the -d or --distro option. See EXAMPLES for more -information.

- -

EXAMPLES

- -

Setting up a custom bootstrap is fairly straightforward. Create a -.chef/bootstrap directory in your Chef Repository or in -$HOME/.chef/bootstrap. Then create the ERB template file.

- -
mkdir ~/.chef/bootstrap
-vi ~/.chef/bootstrap/debian5.0-apt.erb
-
- -

For example, to create a new bootstrap template that should be used when -setting up a new Debian node. Edit the template to run the commands, set -up the validation certificate and the client configuration file, and -finally to run chef-client on completion. The bootstrap template can be -called with:

- -
knife bootstrap mynode.example.com --template-file ~/.chef/bootstrap/debian5.0-apt.erb
-
- -

Or,

- -
knife bootstrap mynode.example.com --distro debian5.0-apt
-
- -

The --distro parameter will automatically look in the -~/.chef/bootstrap directory for a file named debian5.0-apt.erb.

- -

Templates provided by the Chef installation are located in -BASEDIR/lib/chef/knife/bootstrap/*.erb, where BASEDIR is the -location where the package or Gem installed the Chef client libraries.

- -

BUGS

- -

knife bootstrap is not capable of bootstrapping multiple hosts in -parallel.

- -

The bootstrap script is passed as an argument to sh(1) on the remote -system, so sensitive information contained in the script will be visible -to other users via the process list using tools such as ps(1).

- -

SEE ALSO

- -

knife-ssh(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-bootstrap(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_bootstrap.html chef-11.12.8/distro/common/html/knife_bootstrap.html --- chef-11.8.2/distro/common/html/knife_bootstrap.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_bootstrap.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,250 @@ + + + + + + + + + knife bootstrap — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife bootstrap

+

A bootstrap is a process that installs the chef-client on a target system so that it can run as a chef-client and communicate with a server.

+

The knife bootstrap subcommand is used to run a bootstrap operation that installs the chef-client on the target system. The bootstrap operation must specify the IP address or FQDN of the target system.

+
+

Note

+

To bootstrap the chef-client on Microsoft Windows machines, the knife-windows plugins is required, which includes the necessary bootstrap scripts that are used to do the actual installation.

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife bootstrap FQDN_or_IP_ADDRESS (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-A, --forward-agent
+
Indicates that SSH agent forwarding is enabled.
+
--bootstrap-no-proxy NO_PROXY_URL_or_IP
+
A URL or IP address that specifies a location that should not be proxied. Note: This option is used internally by Chef to help verify bootstrap operations during testing and should never be used during an actual bootstrap operation.
+
--bootstrap-proxy PROXY_URL
+
The proxy server for the node that is the target of a bootstrap operation.
+
--bootstrap-version VERSION
+
The version of the chef-client to install.
+
-d DISTRO, --distro DISTRO
+
+

Warning

+

The default bootstrap operation uses the omnibus installer, which means the default template file (chef-full) should work on all supported platforms. It is recommended to use custom bootstrap templates only when the omnibus installer cannot be used.

+
+

The template file to be used during a bootstrap operation. The following distributions are supported: chef-full (the default bootstrap), centos5-gems, fedora13-gems, ubuntu10.04-gems, ubuntu10.04-apt, ubuntu12.04-gems, and the name of a custom bootstrap template file. When this option is used, Knife will search for the template file in the following order: the bootstrap/ folder in the current working directory, the bootstrap/ folder in the chef-repo, the bootstrap/ folder in the ~/.chef/ directory, or a default bootstrap file. Do not use the --template-file option when --distro is specified.

+
+
-G GATEWAY, --ssh-gateway GATEWAY
+
The SSH tunnel or gateway that is used to run a bootstrap action on a machine that is not accessible from the workstation.
+
--hint HINT_NAME[=HINT_FILE]
+
An Ohai hint to be set on the target of the bootstrap. The hint is contained in a file and is formatted as JSON: {"attribute":"value","attribute":"value"...}. HINT_NAME is the name of the hint and HINT_FILE is the name of the hint file located at /etc/chef/ohai/hints/HINT_FILE.json. Use multiple --hint options in the command to specify multiple hints.
+
-i IDENTITY_FILE, --identity-file IDENTITY_FILE
+
The SSH identity file used for authentication. Key-based authentication is recommended.
+
-j JSON_ATTRIBS, --json-attributes JSON_ATTRIBS
+
A JSON string that is added to the first run of a chef-client.
+
-N NAME, --node-name NAME
+
The name of the node.
+
--[no-]host-key-verify
+
Use --no-host-key-verify to disable host key verification. Default setting: --host-key-verify.
+
-p PORT, --ssh-port PORT
+
The SSH port.
+
-P PASSWORD, --ssh-password PASSWORD
+
The SSH password. This can be used to pass the password directly on the command line. If this option is not specified (and a password is required) Knife will prompt for the password.
+
--prerelease
+
Indicates that pre-release gems should be installed.
+
-r RUN_LIST, --run-list RUN_LIST
+
A comma-separated list of roles and/or recipes to be applied.
+
--secret SECRET
+
The encryption key that is used for values contained within a data bag item.
+
--secret-file FILE
+
The path to the file that contains the encryption key.
+
--sudo
+
Indicates that a bootstrap operation should be executed using sudo.
+
--template-file TEMPLATE
+
The path to a template file that will be used during a bootstrap operation. Do not use the --distro option when --template-file is specified.
+
--use-sudo-password
+
Indicates that a bootstrap operation is done using sudo, with the password specified by the -P (or --ssh-password) option.
+
-x USERNAME, --ssh-user USERNAME
+
The SSH user name.
+
+
+
+

Custom Templates

+

The chef-full distribution uses the omnibus installer. For most bootstrap operations, regardless of the platform on which the target node is running, using the chef-full distribution is the best approach for installing the chef-client on a target node. In some situations, using another supported distribution is necessary. And in some situations, a custom template may be required. For example, the default bootstrap operation relies on an Internet connection to get the distribution to the target node. If a target node cannot access the Internet, then a custom template can be used to define a specific location for the distribution so that the target node may access it during the bootstrap operation.

+

A custom bootstrap template file (template_filename.erb) must be located in a bootstrap/ directory. Use the --distro option with the knife bootstrap subcommand to specify the bootstrap template file. For example, a bootstrap template file named “british_sea_power.erb”:

+
$ knife bootstrap 123.456.7.8 -x username -P password --sudo --distro "british_sea_power.erb"
+
+
+

The following examples show how a bootstrap template file can be customized for various platforms.

+
+

Ubuntu 12.04

+

The following example shows how to modify the default script for Ubuntu 12.04. First, copy the bootstrap template from the default location. If the chef-client is installed from a RubyGems, the full path can be found in the gem contents:

+
% gem contents chef | grep ubuntu12.04-gems
+/Users/jtimberman/.rvm/gems/ruby-1.9.2-p180/gems/chef-0.10.2/lib/chef/knife/bootstrap/ubuntu12.04-gems.erb
+
+
+

Copy the template to the chef-repo in the .chef/bootstrap directory:

+
% cp /Users/jtimberman/.rvm/gems/ruby-1.9.2-p180/gems/chef-0.10.2/
+   lib/chef/knife/bootstrap/ubuntu12.04-gems.erb ~/chef-repo/.chef/
+   bootstrap/ubuntu12.04-gems-mine.erb
+
+
+

Modify the template with any editor, then use it with the -d or --distro option in the knife bootstrap operation, or use any of the Knife plug-ins that support cloud computing.

+
$ knife bootstrap 192.168.1.100 -r 'role[webserver]' -d ubuntu12.04-gems-mine
+
+
+

Alternatively, an example bootstrap template can be found in the git source for the chef-repo: https://github.com/opscode/chef/blob/master/lib/chef/knife/bootstrap/ubuntu12.04-gems.erb. Copy the template to ~/.chef-repo/.chef/bootstrap/ubuntu12.04-apt.erb and modify the template appropriately.

+
+
+

Debian and Apt

+

The following example shows how to use the knife bootstrap sub-command to create a client configuration file (/etc/chef/client.rb) that uses Hosted Chef as the server. The configuration file will look something like:

+
log_level        :info
+log_location     STDOUT
+chef_server_url  'https://api.opscode.com/organizations/ORGNAME'
+validation_client_name 'ORGNAME-validator'
+
+
+

The knife bootstrap sub-command will look in three locations for the template that is used during the bootstrap operation. The locations are:

+
    +
  1. A bootstrap directory in the installed Knife library; the actual location may vary, depending how the chef-client is installed
  2. +
  3. A bootstrap directory in the $PWD/.chef, e.g. in ~/chef-repo/.chef
  4. +
  5. A bootstrap directory in the users $HOME/.chef
  6. +
+

If, in the example above, the second location was used, then create the .chef/bootstrap/ directory in the chef-repo, and then create the Embedded Ruby (ERB) template file by running commands similar to the following:

+
mkdir ~/.chef/bootstrap
+vi ~/.chef/bootstrap/debian5.0-apt.erb
+
+
+

When finished creating the directory and the Embedded Ruby (ERB) template file, edit the template to run the SSH commands. Then set up the validation certificate and the client configuration file.

+

Finally, run the chef-client on the node using a knife bootstrap command that specifies a run-list (the -r option). The bootstrap template can be called using a command similar to the following:

+
$ knife bootstrap mynode.example.com -r 'role[webserver]','role[production]' --distro debian5.0-apt
+
+
+
+
+

Microsoft Windows

+

The following example shows how to modify the default script for Microsoft Windows and Windows PowerShell:

+
@setlocal
+
+<%= "SETX HTTP_PROXY \"#{knife_config[:bootstrap_proxy]}\"" if knife_config[:bootstrap_proxy] %>
+@mkdir <%= bootstrap_directory %>
+
+> <%= bootstrap_directory %>\wget.ps1 (
+ <%= win_wget_ps %>
+)
+
+:install
+@rem Install Chef using chef-client MSI installer
+
+<% url="http://reposerver.example.com/chef-client-11.6.0.rc.1-1.windows.msi" -%>
+@set "REMOTE_SOURCE_MSI_URL=<%= url %>"
+@set "LOCAL_DESTINATION_MSI_PATH=<%= local_download_path %>"
+
+@powershell -ExecutionPolicy Unrestricted -NoProfile -NonInteractive "& '<%= bootstrap_directory %>\wget.ps1' '%REMOTE_SOURCE_MSI_URL%' '%LOCAL_DESTINATION_MSI_PATH%'"
+
+@REM Replace install_chef from knife-windows Gem with one that has extra flags to turn on Chef service feature -- only available in Chef >= 11.6.x
+@REM <%= install_chef %>
+@echo Installing Chef Client 11.6.0.rc1 with msiexec
+@msiexec /q /i "%LOCAL_DESTINATION_MSI_PATH%" ADDLOCAL="ChefClientFeature,ChefServiceFeature"
+@endlocal
+
+@echo Writing validation key...
+
+> <%= bootstrap_directory %>\validation.pem (
+ <%= validation_key %>
+)
+
+@echo Validation key written.
+
+<% if @config[:encrypted_data_bag_secret] -%>
+> <%= bootstrap_directory %>\encrypted_data_bag_secret (
+ <%= encrypted_data_bag_secret %>
+)
+<% end -%>
+
+> <%= bootstrap_directory %>\client.rb (
+ <%= config_content %>
+)
+
+> <%= bootstrap_directory %>\first-boot.json (
+ <%= run_list %>
+)
+
+<%= start_chef %>
+
+
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Use an SSH password

+
$ knife bootstrap 192.168.1.1 -x username -P PASSWORD --sudo
+
+
+

Use a file that contains a private key

+
$ knife bootstrap 192.168.1.1 -x username -i ~/.ssh/id_rsa --sudo
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-client.1.html chef-11.12.8/distro/common/html/knife-client.1.html --- chef-11.8.2/distro/common/html/knife-client.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-client.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,219 +0,0 @@ - - - - - - knife-client(1) - Manage Chef API Clients - - - - - -
- - - -
    -
  1. knife-client(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-client(1)
  6. -
- -

NAME

-

- knife-client - Manage Chef API Clients -

- -

SYNOPSIS

- -

knife client sub-command (options)

- -

SUB-COMMANDS

- -

Client subcommands follow a basic create, read, update, delete (CRUD) -pattern. The Following subcommands are available:

- -

BULK DELETE

- -

knife client bulk delete regex (options)

- -

Delete clients where the client name matches the regular expression -regex on the Chef Server. The regular expression should be given as a -quoted string, and not surrounded by forward slashes.

- -

CREATE

- -

knife client create client name (options)

- -
-
-a, --admin
Create the client as an admin
-
-f, --file FILE
Write the key to a file
-
- - -

Create a new client. This generates an RSA keypair. The private key will -be displayed on STDOUT or written to the named file. The public half -will be stored on the Server. For chef-client systems, the private key -should be copied to the system as /etc/chef/client.pem.

- -

Admin clients should be created for users that will use knife to -access the API as an administrator. The private key will generally be -copied to ~/.chef/client\_name.pem and referenced in the knife.rb -configuration file.

- -

DELETE

- -

knife client delete client name (options)

- -

Deletes a registered client.

- -

EDIT

- -

client edit client name (options)

- -

Edit a registered client.

- -

LIST

- -

client list (options)

- -
-
-w, --with-uri
Show corresponding URIs
-
- - -

List all registered clients.

- -

REREGISTER

- -

client reregister client name (options)

- -
-
-f, --file FILE
Write the key to a file
-
- - -

Regenerate the RSA keypair for a client. The public half will be stored -on the server and the private key displayed on STDOUT or written to -the named file. This operation will invalidate the previous keypair used -by the client, preventing it from authenticating with the Chef Server. -Use care when reregistering the validator client.

- -

SHOW

- -

client show client name (options)

- -
-
-a, --attribute ATTR
Show only one attribute
-
- - -

Show a client. Output format is determined by the --format option.

- -

DESCRIPTION

- -

Clients are identities used for communication with the Chef Server API, -roughly equivalent to user accounts on the Chef Server, except that -clients only communicate with the Chef Server API and are authenticated -via request signatures.

- -

In the typical case, there will be one client object on the server for -each node, and the corresponding client and node will have identical -names.

- -

In the Chef authorization model, there is one special client, the -"validator", which is authorized to create new non-administrative -clients but has minimal privileges otherwise. This identity is used as a -sort of "guest account" to create a client identity when initially -setting up a host for management with Chef.

- -

SEE ALSO

- -

knife-node(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-client(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_client.html chef-11.12.8/distro/common/html/knife_client.html --- chef-11.8.2/distro/common/html/knife_client.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_client.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,283 @@ + + + + + + + + + knife client — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife client

+

The knife client subcommand is used to manage an API client list and their associated RSA public key-pairs. This allows authentication requests to be made to the server by any entity that uses the Chef Server API, such as the chef-client and Knife.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

bulk delete

+

The bulk delete argument is used to delete any API client that matches a pattern defined by a regular expression. The regular expression must be within quotes and not be surrounded by forward slashes (/).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife client bulk delete REGEX
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

None.

+
+
+
+

create

+

The create argument is used to create a new API client. This process will generate an RSA key pair for the named API client. The public key will be stored on the server and the private key will be displayed on STDOUT or written to a named file.

+
    +
  • For the chef-client, the private key should be copied to the system as /etc/chef/client.pem.
  • +
  • For Knife, the private key is typically copied to ~/.chef/client_name.pem and referenced in the knife.rb configuration file.
  • +
+
+

Syntax

+

This argument has the following syntax:

+
$ knife client create CLIENT_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --admin
+
Indicates that a client will be created as an admin client. This is required when users of the open source server need to access the Chef Server API as an administrator. This option only works when used with the open source server and will have no effect when used with Enterprise Chef.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create an admin client

+

To create a Chef Admin client with the name “exampleorg” and save its private key to a file, enter:

+
$ knife client create exampleorg -a -f "/etc/chef/client.pem"
+
+
+

Create an admin client for Enterprise Chef

+

When running the create argument on Enterprise Chef, be sure to omit the -a option:

+
$ knife client create exampleorg -f "/etc/chef/client.pem"
+
+
+
+
+
+

delete

+

The delete argument is used to delete a registered API client.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife client delete CLIENT_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete a client

+

To delete a client with the name “client_foo”, enter:

+
$ knife client delete client_foo
+
+
+

Type Y to confirm a deletion.

+
+
+
+

edit

+

The edit argument is used to edit the details of a registered API client. When this argument is run, Knife will open $EDITOR to enable editing of the admin attribute. (None of the other attributes should be changed using this argument.) When finished, Knife will update the server with those changes.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife client edit CLIENT_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Edit a client

+

To edit a client with the name “exampleorg”, enter:

+
$ knife client edit exampleorg
+
+
+
+
+
+

list

+

The list argument is used to view a list of registered API client.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife client list (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of clients

+

To verify the API client list for the server, enter:

+
$ knife client list
+
+
+

to return something similar to:

+
exampleorg
+i-12345678
+rs-123456
+
+
+

To verify that an API client can authenticate to the +server correctly, try getting a list of clients using -u and -k options to specify its name and private key:

+
$ knife client list -u ORGNAME -k .chef/ORGNAME.pem
+
+
+
+
+
+

reregister

+

The reregister argument is used to regenerate an RSA key pair for an API client. The public key will be stored on the server and the private key will be displayed on STDOUT or written to a named file.

+
+

Note

+

Running this argument will invalidate the previous RSA key pair, making it unusable during authentication to the server.

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife client reregister CLIENT_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-f FILE_NAME, --file FILE_NAME
+
Indicates that the private key will be saved to a specified file name.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Reregister clients

+

To regenerate the RSA key pair for a client named “testclient” and save it to a file named “rsa_key”, enter:

+
$ knife client regenerate testclient -f rsa_key
+
+
+
+
+
+

show

+

The show argument is used to show the details of an API client.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife client show CLIENT_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a ATTR, --attribute ATTR
+
The attribute (or attributes) to show.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show clients

+

To view a client named “testclient”, enter:

+
$ knife client show testclient
+
+
+

to return something like:

+
admin:       false
+chef_type:   client
+json_class:  Chef::ApiClient
+name:        testclient
+public_key:
+
+
+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife role show devops -F json
+
+
+

Other formats available include text, yaml, and pp.

+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_common_options.html chef-11.12.8/distro/common/html/knife_common_options.html --- chef-11.8.2/distro/common/html/knife_common_options.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_common_options.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,98 @@ + + + + + + + + + Common Options — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

Common Options

+

The following options can be run with all Knife sub-commands and plug-ins:

+
+
--chef-zero-port PORT
+
The port on which chef-zero will listen.
+
-c CONFIG_FILE, --config CONFIG_FILE
+
The configuration file to use. For example, when Knife is run from a node that is configured to be managed by the server, this option is used to allow Knife to use the same credentials as the chef-client when communicating with the server.
+
-d, --disable-editing
+
Indicates that $EDITOR will not be opened; data will be accepted as-is.
+
--defaults
+
Indicates that Knife will use the default value, instead of asking a user to provide one.
+
-e EDITOR, --editor EDITOR
+
The $EDITOR that is used for all interactive commands.
+
-E ENVIRONMENT, --environment ENVIRONMENT
+
The name of the environment. When this option is added to a command, the command will run only against the named environment.
+
-F FORMAT, --format FORMAT
+
The output format: summary (default), text, json, yaml, and pp.
+
-h, --help
+
Shows help for the command.
+
-k KEY, --key KEY
+
The private key that Knife will use to sign requests made by the API client to the server.
+
--[no-]color
+
Indicates whether colored output will be used.
+
--print-after
+
Indicates that data will be shown after a destructive operation.
+
-s URL, --server-url URL
+
The URL for the server.
+
-u USER, --user USER
+
The user name used by Knife to sign requests made by the API client to the server. Authentication will fail if the user name does not match the private key.
+
-V, --verbose
+
Set for more verbose outputs. Use -VV for maximum verbosity.
+
-v, --version
+
The version of the chef-client.
+
-y, --yes
+
Indicates that the response to all confirmation prompts will be “Yes” (and that Knife will not ask for confirmation).
+
-z, --local-mode
+
Indicates that the chef-client will be run in local mode, which allows all commands that work against the server to also work against the local chef-repo.
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-configure.1.html chef-11.12.8/distro/common/html/knife-configure.1.html --- chef-11.8.2/distro/common/html/knife-configure.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-configure.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,170 +0,0 @@ - - - - - - knife-configure(1) - Generate configuration files for knife or Chef Client - - - - - -
- - - -
    -
  1. knife-configure(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-configure(1)
  6. -
- -

NAME

-

- knife-configure - Generate configuration files for knife or Chef Client -

- -

SYNOPSIS

- -

knife configure [client] (options)

- -

DESCRIPTION

- -

Generates a knife.rb configuration file interactively. When given the ---initial option, also creates a new administrative user.

- -

CONFIGURE SUBCOMMANDS

- -

knife configure (options)

- -
-
-i, --initial
Create an initial API Client
-
-r, --repository REPO
The path to your chef-repo
-
- - -

Create a configuration file for knife. This will prompt for values to -enter into the file. Default values are listed in square brackets if no -other entry is typed. See knife(1) for a description of -configuration options.

- -

knife configure client directory

- -

Read the knife.rb config file and generate a config file suitable for -use in /etc/chef/client.rb and copy the validation certificate into -the specified directory.

- -

EXAMPLES

- -
    -
  • On a freshly installed Chef Server, use knife configure -i to -create an administrator and knife configuration file. Leave the -field blank to accept the default value. On most systems, the -default values are acceptable.

    - -

    user@host$ knife configure -i -Please enter the chef server URL: [http://localhost:4000] -Please enter a clientname for the new client: [username] -Please enter the existing admin clientname: [chef-webui] -Please enter the location of the existing admin client's private key: [/etc/chef/webui.pem] -Please enter the validation clientname: [chef-validator] -Please enter the location of the validation key: [/etc/chef/validation.pem] -Please enter the path to a chef repository (or leave blank): -Creating initial API user... -Created (or updated) client[username] -Configuration file written to /home/username/.chef/knife.rb

    - -

    This creates a new administrator client named username, writes -a configuration file to /home/username/.chef/knife.rb, and the -private key to /home/username/.chef/username.pem. The -configuration file and private key may be copied to another system -to facilitate administration of the Chef Server from a remote -system. Depending on the value given for the Chef Server URL, you -may need to modify that setting after copying to a remote host.

  • -
- - -

SEE ALSO

- -

knife(1) knife-client(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-configure(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_configure.html chef-11.12.8/distro/common/html/knife_configure.html --- chef-11.8.2/distro/common/html/knife_configure.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_configure.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,107 @@ + + + + + + + + + knife configure — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife configure

+

The knife configure subcommand is used to create the knife.rb and client.rb files so that they can be distributed to workstations and nodes.

+
+

Syntax

+

This argument has the following syntax when creating a knife.rb file:

+
$ knife configure (options)
+
+
+

and the following syntax when creating a client.rb file:

+
$ knife configure client DIRECTORY
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options for use when configuring a knife.rb file:

+
+
--admin-client-name NAME
+
The name of the client, typically the name of the admin client.
+
--admin-client-key PATH
+
The path to the private key used by the client, typically a file named admin.pem.
+
-i, --initial
+
Use to create a API client, typically an administrator client on a freshly-installed server.
+
-r REPO, --repository REPO
+
The path to the chef-repo.
+
--validation-client-name NAME
+
The name of the validation client, typically a client named chef-validator
+
--validation-key PATH
+
The path to the validation key used by the client, typically a file named validation.pem.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Configure knife.rb

+
$ knife configure
+
+
+

Configure client.rb

+
$ knife configure client '/directory'
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-cookbook.1.html chef-11.12.8/distro/common/html/knife-cookbook.1.html --- chef-11.8.2/distro/common/html/knife-cookbook.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-cookbook.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,381 +0,0 @@ - - - - - - knife-cookbook(1) - upload and manage chef cookbooks - - - - - -
- - - -
    -
  1. knife-cookbook(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-cookbook(1)
  6. -
- -

NAME

-

- knife-cookbook - upload and manage chef cookbooks -

- -

SYNOPSIS

- -

knife cookbook sub-command (options)

- -

SUB-COMMANDS

- -

knife cookbook supports the following sub commands:

- -

LIST

- -

knife cookbook list (options)

- -
-
-a, --all
show all versions of a cookbook instead of just the most recent
-
-w, --with-uri
show corresponding uris
-
- - -

Lists the cookbooks available on the Chef server.

- -

SHOW

- -

knife cookbook show cookbook [version] [part] [filename] (options)

- -
-
-f, --fqdn fqdn
the fqdn of the host to see the file for
-
-p, --platform platform
the platform to see the file for
-
-v, --platform-version version
the platform version to see the file for
-
-w, --with-uri
Show corresponding URIs
-
- - -

show a particular part of a cookbook for the specified version. part can be one of:

- -
    -
  • attributes
  • -
  • definitions
  • -
  • files
  • -
  • libraries
  • -
  • providers
  • -
  • recipes
  • -
  • resources
  • -
  • templates
  • -
- - -

UPLOAD

- -

knife cookbook upload [cookbooks...] (options)

- -
-
-a, --all
upload all cookbooks, rather than just a single cookbook
-
-o, --cookbook-path path:path
a colon-separated path to look for cookbooks in
-
-d, --upload-dependencies
Uploads additional cookbooks that this cookbook lists in as -dependencies in its metadata.
-
-E, --environment ENVIRONMENT
An ENVIRONMENT to apply the uploaded cookbooks to. Specifying this -option will cause knife to edit the ENVIRONMENT to place a strict -version constraint on the cookbook version(s) uploaded.
-
--freeze
Sets the frozen flag on the uploaded cookbook(s) Any future attempt -to modify the cookbook without changing the version number will -return an error unless --force is specified.
-
--force
Overrides the frozen flag on a cookbook, allowing you to overwrite a -cookbook version that has previously been uploaded with the --freeze -option.
-
- - -

Uploads one or more cookbooks from your local cookbook repository(ies) -to the Chef Server. Only files that don't yet exist on the server will -be uploaded.

- -

As the command parses the name args as 1..n cookbook names: - knife cookbook upload COOKBOOK COOKBOOK ... -works for one to many cookbooks.

- -

DOWNLOAD

- -

knife cookbook download cookbook [version] (options)

- -
-
-d, --dir download_directory
the directory to download the cookbook into
-
-f, --force
overwrite an existing directory with the download
-
-n, --latest
download the latest version of the cookbook
-
- - -

download a cookbook from the chef server. if no version is specified and -only one version exists on the server, that version will be downloaded. -if no version is specified and multiple versions are available on the -server, you will be prompted for a version to download.

- -

DELETE

- -

knife cookbook delete cookbook [version] (options)

- -
-
-a, --all
delete all versions
-
-p, --purge
purge files from backing store. this will disable any cookbook that contains any of the same files as the cookbook being purged.
-
- - -

delete the specified version of the named cookbook. if no version is -specified, and only one version exists on the server, that version will -be deleted. if multiple versions are available on the server, you will -be prompted for a version to delete.

- -

BULK DELETE

- -

knife cookbook bulk delete regex (options)

- -
-
-p, --purge
purge files from backing store. this will disable any cookbook that -contains any of the same files as the cookbook being purged.
-
- - -

delete cookbooks on the chef server based on a regular expression. the -regular expression (regex) should be in quotes, not in //'s.

- -

COOKBOOK CREATE

- -

knife cookbook create cookbook (options)

- -
-
-o, --cookbook-path path
the directory where the cookbook will be created
-
-r, --readme-format format
format of the readme file md, mkd, txt, rdoc
-
-C, --copyright copyright
name of copyright holder
-
-i, --license license
license for cookbook, apachev2 or none
-
-m, --email email
email address of cookbook maintainer
-
- - -

this is a helper command that creates a new cookbook directory in the -cookbook_path. the following directories and files are created for the -named cookbook.

- -
    -
  • cookbook/attributes
  • -
  • cookbook/definitions
  • -
  • cookbook/files/default
  • -
  • cookbook/libraries
  • -
  • cookbook/metadata.rb
  • -
  • cookbook/providers
  • -
  • cookbook/readme.md
  • -
  • cookbook/recipes/default.rb
  • -
  • cookbook/resources
  • -
  • cookbook/templates/default
  • -
- - -

supported readme formats are 'md' (default), 'mkd', 'txt', 'rdoc'. the -readme file will be written with the specified extension and a set of -helpful starting headers.

- -

specify -C or --copyright with the name of the copyright holder as -your name or your company/organization name in a quoted string. if this -value is not specified an all-caps string your_company_name is used -which can be easily changed with find/replace.

- -

specify -i or --license with the license that the cookbook is -distributed under for sharing with other people or posting to the -opscode cookbooks site. be aware of the licenses of files you put inside -the cookbook and follow any restrictions they describe. when using -none (default) or apachev2, comment header text and metadata file -are pre-filled. the none license will be treated as -non-redistributable.

- -

specify -m or --email with the email address of the cookbook's -maintainer. if this value is not specified, an all-caps string -your_email is used which can easily be changed with find/replace.

- -

the cookbook copyright, license, email and readme_format settings can be filled in the -knife.rb, for example with default values:

- -
cookbook_copyright "your_company_name"
-cookbook_license "none"
-cookbook_email "your_email"
-readme_format "md"
-
- -

METADATA

- -

knife cookbook metadata cookbook (options)

- -
-
-a, --all
generate metadata for all cookbooks, rather than just a single cookbook
-
-o, --cookbook-path path:path
a colon-separated path to look for cookbooks in
-
- - -

generate cookbook metadata for the named cookbook. the path used here specifies where the cookbooks directory is located and corresponds to the cookbook_path configuration option.

- -

METADATA FROM FILE

- -

knife cookbook metadata from file (options)

- -

load the cookbook metadata from a specified file.

- -

TEST

- -

knife cookbook test [cookbooks...] (options)

- -
-
-a, --all
test all cookbooks, rather than just a single cookbook
-
-o, --cookbook-path path:path
a colon-separated path to look for cookbooks in
-
- - -

test the specified cookbooks for syntax errors. this uses the built-in -ruby syntax checking option for files in the cookbook ending in .rb, -and the erb syntax check for files ending in .erb (templates).

- -

RECIPE LIST

- -

knife recipe list [PATTERN]

- -

List available recipes from the server. Specify PATTERN as a regular -expression to limit the results.

- -

DESCRIPTION

- -

Cookbooks are the fundamental unit of distribution in Chef. They -encapsulate all recipes of resources and assets used to configure a -particular aspect of the infrastructure. The following sub-commands can -be used to manipulate the cookbooks stored on the Chef Server.

- -

On disk, cookbooks are directories with a defined structure. The -following directories may appear within a cookbook:

- -
-
COOKBOOK/attributes/
Ruby files that define default parameters to be used in recipes
-
COOKBOOK/definitions/
Ruby files that contain resource definitions
-
COOKBOOK/files/SPECIFICITY
Files of arbitrary type. These files may be downloaded by -chef-client(8) when configuring a host.
-
COOKBOOK/libraries/
Ruby files that contain library code needed for recipes
-
COOKBOOK/providers/
Ruby files that contain Lightweight Provider definitions
-
COOKBOOK/recipes/
Ruby files that use Chef's recipe DSL to describe the desired -configuration of a system
-
COOKBOOK/resources/
Ruby files that contain Lightweight Resource definitions
-
COOKBOOK/templates/SPECIFICITY
ERuby (ERb) template files. These are referenced by recipes and -evaluated to dynamically generate configuration files.
-
- - -

SPECIFICITY is a feature of files and templates that allow you -to specify alternate files to be used on a specific OS platform or host. -The default specificity setting is default, that is files in -COOKBOOK/files/default will be used when a more specific copy is not -available. Further documentation for this feature is available on the -Chef wiki: http://wiki.opscode.com/display/chef/File+Distribution#FileDistribution-FileSpecificity

- -

Cookbooks also contain a metadata file that defines various properties -of the cookbook. The most important of these are the version and the -dependencies. The version is used in combination with environments -to select which copy of a given cookbook is distributed to a node. The -dependencies are used by the server to determine which additional -cookbooks must be distributed to a given host when it requires a -cookbook.

- -

SEE ALSO

- -

knife-environment(1) knife-cookbook-site(1) - http://wiki.opscode.com/display/chef/Cookbooks - http://wiki.opscode.com/display/chef/Metadata

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-cookbook(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_cookbook.html chef-11.12.8/distro/common/html/knife_cookbook.html --- chef-11.8.2/distro/common/html/knife_cookbook.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_cookbook.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,481 @@ + + + + + + + + + knife cookbook — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife cookbook

+

A cookbook is the fundamental unit of configuration and policy distribution. Each cookbook defines a scenario, such as everything needed to install and configure MySQL, and then it contains all of the components that are required to support that scenario, including:

+
    +
  • Attribute values that are set on nodes
  • +
  • Definitions that allow the creation of reusable collections of resources
  • +
  • File distributions
  • +
  • Libraries that extend the chef-client and/or provide helpers to Ruby code
  • +
  • Recipes that specify which resources to manage and the order in which those resources will be applied
  • +
  • Custom resources and providers
  • +
  • Templates
  • +
  • Versions
  • +
  • Metadata about recipes (including dependencies), version constraints, supported platforms, and so on
  • +
+

The knife cookbook subcommand is used to interact with cookbooks that are located on the server or the local chef-repo.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

bulk delete

+

The bulk delete argument is used to delete cookbook files that match a pattern defined by a regular expression. The regular expression must be within quotes and not be surrounded by forward slashes (/).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook bulk delete REGEX (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-p, --purge
+
Indicates that a cookbook (or cookbook version) will be removed entirely from the server. This action should be used carefully because only one copy of any single file is stored on the server. Consequently, purging a cookbook will disable any other cookbook that references one or more files from a cookbook that has been purged.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Bulk delete many cookbooks

+

Use a regular expression to define the pattern used to bulk delete cookbooks:

+
$ knife cookbook bulk delete "^[0-9]{3}$" -p
+
+
+
+
+
+

create

+

The create argument is used to create a new cookbook directory on the local machine, including the following directories and files:

+
+
    +
  • cookbook/attributes
  • +
  • cookbook/CHANGELOG.md
  • +
  • cookbook/definitions
  • +
  • cookbook/files/default
  • +
  • cookbook/libraries
  • +
  • cookbook/metadata.rb
  • +
  • cookbook/providers
  • +
  • cookbook/README.md (or .rdoc)
  • +
  • cookbook/recipes/default.rb
  • +
  • cookbook/resources
  • +
  • cookbook/templates/default
  • +
+
+

After the cookbook is created, it can be uploaded to the server using the knife upload argument.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook create COOKBOOK_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-C COPYRIGHT_HOLDER, --copyright COPYRIGHT_HOLDER
+
The name of the copyright holder. This option will place a copyright notice that contains the name of the copyright holder in each of the pre-created files. If this option is not specified, a copyright name of “your_company_name” will be used instead; it can be easily modified later.
+
-I LICENSE, --license LICENSE
+
The type of license under which a cookbook is distributed: apachev2, gplv2, gplv3, mit, or none (default). This option will place the appropriate license notice in the pre-created files: Apache v2.0 (for apachev2), GPL v2 (for gplv2), GPL v3 (for gplv3), MIT (for mit), or license 'Proprietary - All Rights Reserved (for none). Be aware of the licenses for files inside of a cookbook and be sure to follow any restrictions they describe.
+
-m EMAIL, --email EMAIL
+
The email address for the individual who maintains the cookbook. This option will place an email address in each of the pre-created files. If this option is not specified, an email name of “your_email” will be used instead; it can be easily modified later.
+
-o PATH, --cookbook-path PATH
+
The directory in which cookbook are created. This can be a colon-separated path.
+
-r FORMAT, --readme-format FORMAT
+
The document format of the readme file: md (markdown) and rdoc (Ruby docs).
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a cookbook

+

To create a cookbook named “my_cookbook” with copyright, email, license, and readme format options specified, enter:

+
$ knife cookbook create my_cookbook -C "My Name" -m "my@email.com" -I apachev2 -r md
+
+
+

to return something like:

+
** Creating cookbook my_cookbook
+** Creating README for cookbook: my_cookbook
+** Creating metadata for cookbook: my_cookbook
+
+
+
+
+
+

delete

+

The delete argument is used to delete a specified cookbook or cookbook version on the server (and not locally).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook delete COOKBOOK_NAME [COOKBOOK_VERSION] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that a cookbook and every version of that cookbook will be deleted.
+
COOKBOOK_VERSION
+
The version of a cookbook to be deleted. If a cookbook has only one version, this option does not need to be specified. If a cookbook has more than one version and this option is not specified, Knife will prompt for a version.
+
-p, --purge
+
Indicates that a cookbook (or cookbook version) will be removed entirely from the server. This action should be used carefully because only one copy of any single file is stored on the server. Consequently, purging a cookbook will disable any other cookbook that references one or more files from a cookbook that has been purged.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete a cookbook

+
$ knife cookbook delete cookbook_name version
+
+
+

For example:

+
$ knife cookbook delete smartmon 0.8
+
+
+

Type Y to confirm a deletion.

+
+
+
+

download

+

The download argument is used to download a cookbook from the server to the current working directory.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook download COOKBOOK_NAME [COOKBOOK_VERSION] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-d DOWNLOAD_DIRECTORY, --dir DOWNLOAD_DIRECTORY
+
The directory into which a cookbook will be downloaded.
+
-f, --force
+
Indicates that an existing directory will be overwritten.
+
-N, --latest
+
Indicates that the most recent version of a cookbook will be downloaded.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Download a cookbook

+

To download a cookbook named “smartmon”, enter:

+
$ knife cookbook download smartmon
+
+
+
+
+
+

list

+

The list argument is used to view a list of cookbooks that are currently available on the server. The list will contain only the most recent version for each cookbook by default.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook list (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that all available versions of each cookbook will be returned.
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of cookbooks

+

To view a list of cookbooks:

+
$ knife cookbook list
+
+
+
+
+
+

metadata

+

The metadata argument is used to generate the metadata for one or more cookbooks.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook metadata (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that metadata should be generated for all cookbooks, and not just for a specified cookbook.
+
-o PATH:PATH, --cookbook-path PATH:PATH
+
The directory in which cookbook are created. This can be a colon-separated path.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Generate metadata

+
$ knife cookbook metadata -a
+
+
+
+
+
+

metadata from file

+

The metadata from file argument is used to load the metadata for a cookbook from a file.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook metadata from file FILE
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View metadata

+
$ knife cookbook metadta from file /path/to/file
+
+
+
+
+
+

show

+

The show argument is used to view information about a cookbook, parts of a cookbook (attributes, definitions, files, libraries, providers, recipes, resources, and templates), or a file that is associated with a cookbook (including attributes such as checksum or specificity).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook show COOKBOOK_NAME [COOKBOOK_VERSION] [PART...] [FILE_NAME] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
COOKBOOK_VERSION
+
The version of a cookbook to be shown. If a cookbook has only one version, this option does not need to be specified. If a cookbook has more than one version and this option is not specified, a list of cookbook versions will be returned.
+
-f FQDN, --fqdn FQDN
+
The FQDN of the host.
+
FILE_NAME
+
The name of a file that is associated with a cookbook.
+
-p PLATFORM, --platform PLATFORM
+
The platform for which a cookbook is designed.
+
PART
+
The part of the cookbook to show: attributes, definitions, files, libraries, providers, recipes, resources, or templates. More than one part can be specified.
+
-V PLATFORM_VERSION, --platform-version PLATFORM_VERSION
+
The version of the platform.
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show cookbook data

+

To get the list of available versions of a cookbook named “getting-started”, enter:

+
$ knife cookbook show getting-started
+
+
+

to return something like:

+
getting-started   0.3.0  0.2.0
+
+
+

Show cookbook versions

+

To show a list of data about a cookbook using the name of the cookbook and the version, enter:

+
$ knife cookbook show getting-started 0.3.0
+
+
+

to return something like:

+
attributes:
+  checksum:     fa0fc4abf3f6787aeb5c3c5c35de667c
+  name:         default.rb
+  path:         attributes/default.rb
+  specificity:  default
+  url:          https://somelongurlhere.com
+chef_type:      cookbook_version
+cookbook_name:  getting-started
+definitions:    []
+files:          []
+frozen?:        false
+json_class:     Chef::CookbookVersion
+libraries:      []
+
+
+

Show a cookbook version

+

To only view data about “templates”, enter:

+
$ knife cookbook show getting-started 0.3.0 templates
+
+
+

to return something like:

+
checksum:     a29d6f254577b830091f140c3a78b1fe
+name:         chef-getting-started.txt.erb
+path:         templates/default/chef-getting-started.txt.erb
+specificity:  default
+url:          https://someurlhere.com
+
+
+

Show cookbook data as JSON

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife role show devops -F json
+
+
+

Other formats available include text, yaml, and pp.

+
+
+
+

test

+

The test argument is used to test a cookbook for syntax errors. This argument uses Ruby syntax checking to verify every file in a cookbook that ends in .rb and Embedded Ruby (ERB).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook test COOKBOOK_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that all cookbooks will be tested.
+
-o PATH:PATH, --cookbook-path PATH:PATH
+
The directory in which cookbook are created. This can be a colon-separated path.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Test a cookbook

+
$ knife cookbook test cookbook_name
+
+
+
+
+
+

upload

+

The upload argument is used to upload one or more cookbooks (and any files that are associated with those cookbooks) from a local repository to the server. Only files that do not already exist on the server will be uploaded.

+
+

Note

+

Use a chefignore file to prevent the upload of specific files and file types, such as temporary files or files placed in folders by version control systems. The chefignore file must be located in the root of the cookbook repository and must use rules similar to filename globbing (as defined by the Ruby File.fnmatch syntax).

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook upload [COOKBOOK_NAME...] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that all cookbooks will be uploaded.
+
-d, --include-dependencies
+
Indicates that when a cookbook has a dependency on one (or more) cookbooks, those cookbooks will also be uploaded.
+
--force
+
Indicates that a cookbook should be updated even if the --freeze flag has been set.
+
--freeze
+
Indicates that a cookbook cannot be modified; any changes to this cookbook must be included as a new version. Only the --force option can override this setting.
+
-o PATH:PATH, --cookbook-path PATH:PATH
+
The directory in which cookbook are created. This can be a colon-separated path.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Upload a cookbook

+
$ knife cookbook upload cookbook_name
+
+
+

Freeze a cookbook

+

To upload a cookbook, and then prevent other users from being able to make changes to it, enter:

+
$ knife cookbook upload redis --freeze
+
+
+

to return something like:

+
Uploading redis...
+Upload completed
+
+
+

If a cookbook is frozen and the --force option is not specified, Knife will return an error message similar to the following:

+
Uploading redis...
+ERROR: Version 0.1.6 of cookbook redis is frozen. Use --force to override.
+
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-cookbook-site.1.html chef-11.12.8/distro/common/html/knife-cookbook-site.1.html --- chef-11.8.2/distro/common/html/knife-cookbook-site.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-cookbook-site.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,241 +0,0 @@ - - - - - - knife-cookbook-site(1) - Install and update open source cookbooks - - - - - -
- - - -
    -
  1. knife-cookbook-site(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-cookbook-site(1)
  6. -
- -

NAME

-

- knife-cookbook-site - Install and update open source cookbooks -

- -

SYNOPSIS

- -

knife cookbook site sub-command (options)

- -

COOKBOOK SITE SUB-COMMANDS

- -

knife cookbook site provides the following subcommands:

- -

INSTALL

- -

cookbook site install COOKBOOK [VERSION] (options)

- -
-
-D, --skip-dependencies
Skip automatic installation of dependencies.
-
-o, --cookbook-path PATH
Install cookbooks to PATH
-
-B, --branch BRANCH
Default branch to work with [defaults to master]
-
- - -

Uses git(1) version control in conjunction with the cookbook site to -install community contributed cookbooks to your local cookbook -repository. Running knife cookbook site install does the following:

- -
    -
  1. A new "pristine copy" branch is created in git for tracking the -upstream;
  2. -
  3. All existing cookbooks are removed from the branch;
  4. -
  5. The cookbook is downloaded from the cookbook site in tarball form;
  6. -
  7. The downloaded cookbook is untarred, and its contents commited via git;
  8. -
  9. The pristine copy branch is merged into the master branch.
  10. -
- - -

By installing cookbook with this process, you can locally modify the -upstream cookbook in your master branch and let git maintain your -changes as a separate patch. When an updated upstream version becomes -available, you will be able to merge the upstream changes while -maintaining your local modifications.

- -

Unless --skip-dependencies is specified, the process is applied recursively to all the -cookbooks COOKBOOK depends on (via metadata dependencies).

- -

DOWNLOAD

- -

knife cookbook site download COOKBOOK [VERSION] (options)

- -
-
-f, --file FILE
The filename to write to
-
--force
Force download deprecated cookbook
-
- - -

Downloads a specific cookbook from the Community site, optionally -specifying a certain version.

- -

LIST

- -

knife cookbook site list (options)

- -
-
-w, --with-uri
Show corresponding URIs
-
- - -

Lists available cookbooks from the Community site.

- - - -

knife cookbook site search QUERY (options)

- -

Searches for available cookbooks matching the specified query.

- -

SHARE

- -

knife cookbook site share COOKBOOK CATEGORY (options)

- -
-
-k, --key KEY
API Client Key
-
-u, --user USER
API Client Username
-
-o, --cookbook-path PATH:PATH
A colon-separated path to look for cookbooks in
-
- - -

Uploads the specified cookbook using the given category to the Opscode -cookbooks site. Requires a login user and certificate for the Opscode -Cookbooks site. By default, knife will use the username and API key -you've configured in your configuration file; otherwise you must -explicitly set these values on the command line or use an alternate -configuration file.

- -

UNSHARE

- -

knife cookbook site unshare COOKBOOK

- -

Stops sharing the specified cookbook on the Opscode cookbooks site.

- -

SHOW

- -

knife cookbook site show COOKBOOK [VERSION] (options)

- -

Shows information from the site about a particular cookbook.

- -

DESCRIPTION

- -

The cookbook site, http://community.opscode.com/, is a cookbook -distribution service operated by Opscode. This service provides users -with a central location to publish cookbooks for sharing with other -community members.

- -

knife cookbook site commands provide an interface to the cookbook -site's HTTP API. For commands that read data from the API, no account is -required. In order to upload cookbooks using the knife cookbook site -share command, you must create an account on the cookbook site and -configure your credentials via command line option or in your knife -configuration file.

- -

EXAMPLES

- -

Uploading cookbooks to the Opscode cookbooks site:

- -
knife cookbook site share example Other -k ~/.chef/USERNAME.pem -u USERNAME
-
- -

SEE ALSO

- -

knife-cookbook(1) - http://community.opscode.com/cookbooks

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-cookbook-site(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_cookbook_site.html chef-11.12.8/distro/common/html/knife_cookbook_site.html --- chef-11.8.2/distro/common/html/knife_cookbook_site.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_cookbook_site.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,372 @@ + + + + + + + + + knife cookbook site — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife cookbook site

+

The Cookbooks Site API is used to provide access to the cookbooks community hosted at https://cookbooks.opscode.com. All of the cookbooks in the community are accessible through a REST API located at https://cookbooks.opscode.com/api/v1/ by using any of the supported endpoints. In most cases, using Knife and the knife cookbook site sub-command (and any of its arguments) is the recommended method of interacting with these cookbooks, but in some cases, using the REST API directly may make sense.

+

The knife cookbook site subcommand is used to interact with cookbooks that are located at https://cookbooks.opscode.com. A user account is required for any community actions that write data to this site. The following arguments do not require a user account: download, search, install, and list.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

download

+

The download argument is used to download a cookbook from the community website. A cookbook will be downloaded as a tar.gz archive and placed in the current working directory. If a cookbook (or cookbook version) has been deprecated and the --force option is not used, Knife will alert the user that the cookbook is deprecated and then will provide the name of the most recent non-deprecated version of that cookbook.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook site download COOKBOOK_NAME [COOKBOOK_VERSION] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
COOKBOOK_VERSION
+
The version of a cookbook to be downloaded. If a cookbook has only one version, this option does not need to be specified. If a cookbook has more than one version and this option is not specified, Knife will prompt for a version.
+
-f, --force
+
Indicates that an existing directory will be overwritten.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Download a cookbook

+

To download the cookbook “getting-started”, enter:

+
$ knife cookbook site download getting-started
+
+
+

to return something like:

+
Downloading getting-started from the cookbooks site at version 0.3.0 to
+  /Users/sdanna/opscodesupport/getting-started-0.3.0.tar.gz
+Cookbook saved: /Users/sdanna/opscodesupport/getting-started-0.3.0.tar.gz
+
+
+
+
+
+

install

+

The install argument is used to install a cookbook that has been downloaded from the community site to a local git repository . This action uses the git version control system in conjunction with the https://cookbooks.opscode.com site to install community-contributed cookbooks to the local chef-repo. Using this argument does the following:

+
+
    +
  1. A new “pristine copy” branch is created in git for tracking the upstream.
  2. +
  3. All existing versions of a cookbook are removed from the branch.
  4. +
  5. The cookbook is downloaded from https://cookbooks.opscode.com in the tar.gz format.
  6. +
  7. The downloaded cookbook is untarred and its contents are committed to git and a tag is created.
  8. +
  9. The “pristine copy” branch is merged into the master branch.
  10. +
+
+

This process allows the upstream cookbook in the master branch to be modified while letting git maintain changes as a separate patch. When an updated upstream version becomes available, those changes can be merged while maintaining any local modifications.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook site install COOKBOOK_NAME [COOKBOOK_VERSION] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-b, --use-current-branch
+
Indicates that the current branch will be used.
+
-B BRANCH, --branch BRANCH
+
The name of the default branch. This will default to the master branch.
+
COOKBOOK_VERSION
+
The version of the cookbook to be installed. If a version is not specified, the most recent version of the cookbook will be installed.
+
-D, --skip-dependencies
+
Indicates that all cookbooks to which the installed cookbook has a dependency will not be installed.
+
-o PATH:PATH, --cookbook-path PATH:PATH
+
The directory in which cookbook are created. This can be a colon-separated path.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Install a cookbook

+

To install the cookbook “getting-started”, enter:

+
$ knife cookbook site install getting-started
+
+
+

to return something like:

+
Installing getting-started to /Users/sdanna/opscodesupport/.chef/../cookbooks
+Checking out the master branch.
+Creating pristine copy branch chef-vendor-getting-started
+Downloading getting-started from the cookbooks site at version 0.3.0 to
+  /Users/sdanna/opscodesupport/.chef/../cookbooks/getting-started.tar.gz
+Cookbook saved: /Users/sdanna/opscodesupport/.chef/../cookbooks/getting-started.tar.gz
+Removing pre-existing version.
+Uncompressing getting-started version /Users/sdanna/opscodesupport/.chef/../cookbooks.
+removing downloaded tarball
+1 files updated, committing changes
+Creating tag cookbook-site-imported-getting-started-0.3.0
+Checking out the master branch.
+Updating 4d44b5b..b4c32f2
+Fast-forward
+ cookbooks/getting-started/README.rdoc              |    4 +++
+ cookbooks/getting-started/attributes/default.rb    |    1 +
+ cookbooks/getting-started/metadata.json            |   29 ++++++++++++++++++++
+ cookbooks/getting-started/metadata.rb              |    6 ++++
+ cookbooks/getting-started/recipes/default.rb       |   23 +++++++++++++++
+ .../templates/default/chef-getting-started.txt.erb |    5 +++
+ 6 files changed, 68 insertions(+), 0 deletions(-)
+ create mode 100644 cookbooks/getting-started/README.rdoc
+ create mode 100644 cookbooks/getting-started/attributes/default.rb
+ create mode 100644 cookbooks/getting-started/metadata.json
+ create mode 100644 cookbooks/getting-started/metadata.rb
+ create mode 100644 cookbooks/getting-started/recipes/default.rb
+ create mode 100644 cookbooks/getting-started/templates/default/chef-getting-started.txt.erb
+Cookbook getting-started version 0.3.0 successfully installed
+
+
+
+
+
+

list

+

The list argument is used to view a list of cookbooks that are currently available at https://cookbooks.opscode.com.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook site list
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of cookbooks

+

To view a list of cookbooks at https://cookbooks.opscode.com server, enter:

+
$ knife cookbook site list
+
+
+

to return:

+
1password             homesick              rabbitmq
+7-zip                 hostname              rabbitmq-management
+AmazonEC2Tag          hosts                 rabbitmq_chef
+R                     hosts-awareness       rackspaceknife
+accounts              htop                  radiant
+ack-grep              hudson                rails
+activemq              icinga                rails_enterprise
+ad                    id3lib                redis-package
+ad-likewise           iftop                 redis2
+ant                   iis                   redmine
+[...truncated...]
+
+
+
+ +
+

share

+

The share argument is used to add a cookbook to https://cookbooks.opscode.com. This action will require a user account and a certificate for http://community.opscode.com. By default, Knife will use the user name and API key that is identified in the configuration file used during the upload; otherwise these values must be specified on the command line or in an alternate configuration file. If a cookbook already exists on https://cookbooks.opscode.com, then only an owner or maintainer of that cookbook can make updates.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook site share COOKBOOK_NAME CATEGORY (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
CATEGORY
+
The cookbook category: Databases, Web Servers, Process Management, Monitoring and Trending, Programming Languages, Package Management, Applications, Networking, Operations Systems and Virtualization, Utilities, or Other.
+
-o PATH:PATH, --cookbook-path PATH:PATH
+
The directory in which cookbook are created. This can be a colon-separated path.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Share a cookbook

+

To share a cookbook named “apache2”:

+
$ knife cookbook site share "apache2" "Web Servers"
+
+
+
+
+
+

show

+

The show argument is used to view information about a cookbook on https://cookbooks.opscode.com.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook site show COOKBOOK_NAME [COOKBOOK_VERSION]
+
+
+
+
+

Options

+

This argument has the following options:

+
+
COOKBOOK_VERSION
+
The version of a cookbook to be shown. If a cookbook has only one version, this option does not need to be specified. If a cookbook has more than one version and this option is not specified, a list of cookbook versions will be returned.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show cookbook data

+

To show the details for a cookbook named “haproxy”:

+
$ knife cookbook site show haproxy
+
+
+

to return something like:

+
average_rating:
+category:        Networking
+created_at:      2009-10-25T23:51:07Z
+description:     Installs and configures haproxy
+external_url:
+latest_version:  http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/1_0_3
+maintainer:      opscode
+name:            haproxy
+updated_at:      2011-06-30T21:53:25Z
+versions:
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/1_0_3
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/1_0_2
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/1_0_1
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/1_0_0
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/0_8_1
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/0_8_0
+   http://cookbooks.opscode.com/api/v1/cookbooks/haproxy/versions/0_7_0
+
+
+

Show cookbook data as JSON

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife role show devops -F json
+
+
+

Other formats available include text, yaml, and pp.

+
+
+
+

unshare

+

The unshare argument is used to stop the sharing of a cookbook at https://cookbooks.opscode.com. Only the maintainer of a cookbook may perform this action.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife cookbook site unshare COOKBOOK_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Unshare a cookbook

+

To unshare a cookbook named “getting-started”, enter:

+
$ knife cookbook site unshare getting-started
+
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-data-bag.1.html chef-11.12.8/distro/common/html/knife-data-bag.1.html --- chef-11.8.2/distro/common/html/knife-data-bag.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-data-bag.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,235 +0,0 @@ - - - - - - knife-data-bag(1) - Store arbitrary data on a Chef Server - - - - - -
- - - -
    -
  1. knife-data-bag(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-data-bag(1)
  6. -
- -

NAME

-

- knife-data-bag - Store arbitrary data on a Chef Server -

- -

SYNOPSIS

- -

knife data bag sub-command (options)

- -

DESCRIPTION

- -

Data bags are stores of arbitrary JSON data. Each data bag is a -collection that may contain many items. Data Bag Items are indexed by -the Chef Server and can be searched via knife-search(1).

- -

Data bags are available to all nodes configured by chef-client(8), -and are therefore a convenient mechanism to store global information, -such as lists of administrative accounts that should be configured on -all hosts.

- -

DATA BAG SUB-COMMANDS

- -

CREATE

- -

knife data bag create bag name [item id] (options)

- -
-
-s, --secret SECRET
A secret key used to encrypt the data bag item. See encryption support below.
-
--secret-file SECRET_FILE
The path to a file containing the secret key to be used to encrypt -the data bag item.
-
- - -

If item id is given, creates a new, empty data bag item and opens it for -editing in your editor. The data bag will be created if it does not -exist.

- -

If item id is not given, the data bag will be created.

- -

DELETE

- -

knife data bag delete bag name [item id] (options)

- -

Delete a data bag, or an item from a data bag.

- -

EDIT

- -

knife data bag edit bag name item id (options)

- -
-
-s, --secret SECRET
A secret key used to encrypt the data bag item. See encryption support below.
-
--secret-file SECRET_FILE
The path to a file containing the secret key to be used to encrypt -the data bag item.
-
- - -

Edit an item in a data bag.

- -

FROM FILE

- -

knife data bag from file bag name file (options)

- -

knife data bag from file bag name file1 file2 file3 (options)

- -

knife data bag from file bag name folder (options)

- -
-
-s, --secret SECRET
A secret key used to encrypt the data bag item. See encryption support below.
-
--secret-file SECRET_FILE
The path to a file containing the secret key to be used to encrypt -the data bag item.
-
- - -

Load a data bag item from a JSON file. If file is a relative or -absolute path to the file, that file will be used. Otherwise, the file -parameter is treated as the base name of a data bag file in a Chef -repository, and knife will search for the file in -./data_bags/bag_name/file. For example knife data bag from file users -dan.json would attempt to load the file ./data_bags/users/dan.json.

- -

LIST

- -

knife data bag list (options)

- -
-
-w, --with-uri
Show corresponding URIs
-
- - -

Lists the data bags that exist on the Chef Server.

- -

SHOW

- -

knife data bag show BAG [ITEM] (options)

- -
-
-s, --secret SECRET
A secret key used to encrypt the data bag item. See encryption support below.
-
--secret-file SECRET_FILE
The path to a file containing the secret key to be used to encrypt -the data bag item.
-
- - -

Show a specific data bag or an item in a data bag. The output will be -formatted according to the --format option.

- -

ENCRYPTION SUPPORT

- -

Data Bag Items may be encrypted to keep their contents secret. This may -be desireable when storing sensitive information such as database -passwords, API keys, etc.

- -

Data Bag Item encryption uses the AES-256 CBC symmetric key algorithm.

- -

CAVEATS: Keys are not encrypted; only values are encrypted. The "id" -of a Data Bag Item is not encrypted, since it is used by Chef Server to -store the item in its database. For example, given the following data bag item: - {"id": "important_passwords", "secret_password": "opensesame"} -The key "secret_password" will be visible to an evesdropper, but the -value "opensesame" will be protected. Both the key "id" and its value -"important_passwords" will be visible to an evesdropper.

- -

Chef Server does not provide a secure mechanism for distributing -encryption keys.

- -

SEE ALSO

- -

knife-search(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-data-bag(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_data_bag.html chef-11.12.8/distro/common/html/knife_data_bag.html --- chef-11.8.2/distro/common/html/knife_data_bag.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_data_bag.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,359 @@ + + + + + + + + + knife data bag — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife data bag

+

A data bag is a global variable that is stored as JSON data and is accessible from a server. A data bag is indexed for searching and can be loaded by a recipe or accessed during a search. The contents of a data bag can vary, but they often include sensitive information (such as database passwords).

+

A data bag item may be encrypted using shared secret encryption. This allows each data bag item to store confidential information (such as a database password) or to be managed in a source control system (without plain-text data appearing in revision history). Each data bag item may be encrypted individually; if a data bag contains multiple encrypted data bag items, these data bag items are not required to share the same encryption keys.

+

The knife data bag subcommand is used to manage arbitrary stores of globally available JSON data.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

create

+

The create argument is used to add a data bag to the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife data bag create DATA_BAG_NAME [DATA_BAG_ITEM] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
DATA_BAG_ITEM
+
The name of a specific item within a data bag.
+
--secret SECRET
+
The encryption key that is used for values contained within a data bag item.
+
--secret-file FILE
+
The path to the file that contains the encryption key.
+
+
+

Note

+

For encrypted data bag items, use either --secret or --secret-file, not both.

+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a data bag

+

To create a data bag named “admins”, enter:

+
$ knife data bag create admins
+
+
+

to return:

+
Created data_bag[admins]
+
+
+
+
+
+

delete

+

The delete argument is used to delete a data bag or a data bag item from a server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife data bag delete DATA_BAG_NAME [DATA_BAG_ITEM] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
DATA_BAG_ITEM
+
The name of a specific item within a data bag.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete a data bag

+
$ knife data bag delete data_bag_name
+
+
+

Delete a data bag item

+

To delete an item named “charlie”, enter:

+
$ knife data bag delete admins charlie
+
+
+

Type Y to confirm a deletion.

+
+
+
+

edit

+

The edit argument is used to edit the data contained in a data bag. If encryption is being used, the data bag will be decrypted, the data will be made available in the $EDITOR, and then encrypted again before saving it to the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife data bag edit DATA_BAG_NAME [DATA_BAG_ITEM] (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
DATA_BAG_ITEM
+
The name of a specific item within a data bag.
+
--secret SECRET
+
The encryption key that is used for values contained within a data bag item.
+
--secret-file FILE
+
The path to the file that contains the encryption key.
+
+
+

Note

+

For encrypted data bag items, use either --secret or --secret-file, not both.

+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Edit a data bag

+

To edit the contents of a data bag, enter:

+
$ knife data bag edit admins
+
+
+

Edit a data bag item

+

To edit an item named “charlie” that is contained in a data bag named “admins”, enter:

+
$ knife data bag edit admins charlie
+
+
+

to open the $EDITOR. Once opened, you can update the data before saving it to the server. For example, by changing:

+
{
+   "id": "charlie"
+}
+
+
+

to:

+
{
+   "id": "charlie",
+   "uid": 1005,
+   "gid":"ops",
+   "shell":"/bin/zsh",
+   "comment":"Crazy Charlie"
+}
+
+
+
+
+
+

from file

+

The from file argument is used to create a data bag on the server from a file. The path to the data bag file must specify one of the following:

+
    +
  • the name of a data bag
  • +
  • a relative or absolute path to a file
  • +
+

If the name of a data bag is specified, Knife will search for the data bag in ./data_bags/bag_name/file. Once opened, the JSON file should be a hash that contains at least an ID key which represents the name of the data bag item.

+
+

Warning

+

A chef-client must be version 11.6 (or higher) when using the knife data bag from file argument with the Enterprise Chef or Open Source Chef version 11 servers.

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife data bag from file DATA_BAG_NAME_or_PATH
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that all data bags found at the specified path will be uploaded.
+
--secret SECRET
+
The encryption key that is used for values contained within a data bag item.
+
--secret-file FILE
+
The path to the file that contains the encryption key.
+
+
+

Note

+

For encrypted data bag items, use either --secret or --secret-file, not both.

+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a data bag from a file

+

To create a data bag on the server from a file:

+
$ knife data bag from file "path to JSON file"
+
+
+

Create an encrypted data bag from a file

+

To create a data bag named “devops_data” that contains encrypted data, enter:

+
$ knife data bag from file devops_data --secret-file "path to decryption file"
+
+
+
+
+
+

list

+

The list argument is used to view a list of data bags that are currently available on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife data bag list
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of data bags

+
$ knife data bag list
+
+
+
+
+
+

show

+

The show argument is used to view the contents of a data bag.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife data bag show DATA_BAG_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
DATA_BAG_ITEM
+
The name of a specific item within a data bag.
+
--secret SECRET
+
The encryption key that is used for values contained within a data bag item.
+
--secret-file FILE
+
The path to the file that contains the encryption key.
+
+
+

Note

+

For encrypted data bag items, use either --secret or --secret-file, not both.

+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show a data bag

+
$ knife data bag show admins
+
+
+

to return something like:

+
charlie
+
+
+

Show a data bag item

+

To show the contents of a specific item within data bag, enter:

+
$ knife data bag show admins charlie
+
+
+

to return:

+
comment:  Crazy Charlie
+gid:      ops
+id:       charlie
+shell:    /bin/zsh
+uid:      1005
+
+
+

Show a data bag, encrypted

+

To show the contents of a data bag named “passwords” with an item that contains encrypted data named “mysql”, enter:

+
$ knife data bag show passwords mysql
+
+
+

to return:

+
## sample:
+{
+  "id": "mysql",
+  "pass": "trywgFA6R70NO28PNhMpGhEvKBZuxouemnbnAUQsUyo=\n",
+  "user": "e/p+8WJYVHY9fHcEgAAReg==\n"
+}
+
+

Show a data bag, decrypted

+

To show the decrypted contents of the same data bag, enter:

+
$ knife data bag show --secret-file /path/to/decryption/file passwords mysql
+
+
+

to return:

+
## sample:
+{
+   "id": "mysql",
+   "pass": "thesecret123",
+   "user": "fred"
+}
+
+

Show a data bag as JSON

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife data bag show admins -F json
+
+
+

Other formats available include text, yaml, and pp.

+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_delete.html chef-11.12.8/distro/common/html/knife_delete.html --- chef-11.8.2/distro/common/html/knife_delete.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_delete.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,95 @@ + + + + + + + + + knife delete — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife delete

+

The knife delete subcommand is used to delete an object from a server. This subcommand works similar to knife cookbook delete, knife data bag delete, knife environment delete, knife node delete, and knife role delete, but with a single verb (and a single action).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife delete [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
--both
+
Indicates that both local and remote copies of an object should be deleted. Default: false.
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--local
+
Indicates that only the local copy of an object should be deleted. (The remote copy will not be deleted.) Default: false.
+
-r, --[no-]recurse
+
Use --recurse to delete directories recursively. Default: --no-recurse.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

None.

+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_deps.html chef-11.12.8/distro/common/html/knife_deps.html --- chef-11.8.2/distro/common/html/knife_deps.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_deps.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,145 @@ + + + + + + + + + knife deps — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife deps

+

The knife deps subcommand is used to identify dependencies for a node, role, or cookbook.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife deps (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--[no-]recurse
+
Use --recurse to list dependencies recursively. This option can only be used when --tree is set to true. Default: --no-recurse.
+
--remote
+
Indicates that dependencies will be determined from objects located on the server instead of the local chef-repo. Default: false.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
--tree
+
Indicates that dependencies are shown in a visual tree structure (including duplicates, if they exist). Default: false.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Find dependencies for a node

+
$ knife deps nodes/node_name.json
+
+
+

Find dependencies for a role

+
$ knife deps roles/role_name.json
+
+
+

Find dependencies for a cookbook

+
$ knife deps cookbooks/cookbook_name.json
+
+
+

Find dependencies for an environment

+
$ knife deps environments/environment_name.json
+
+
+

Find dependencies for a combination of nodes, roles, and so on

+

To find the dependencies for a combination of nodes, cookbooks, roles, and/or environments:

+
$ knife deps cookbooks/git.json cookbooks/github.json roles/base.json environments/desert.json nodes/mynode.json
+
+
+

Use a wildcard

+

A wildcard can be used to return all of the child nodes. For example, all of the environments:

+
$ knife deps environments/*.json
+
+
+

Return as tree

+

Use the --tree option to view the results with structure:

+
$ knife deps roles/webserver.json
+
+
+

to return something like:

+
roles/webserver.json
+  roles/base.json
+    cookbooks/github
+      cookbooks/git
+    cookbooks/users
+  cookbooks/apache2
+
+
+

Pass knife deps output to knife upload

+

The output of knife deps can be passed to knife upload:

+
$ knife upload `knife deps nodes/*.json
+
+
+

Pass knife deps output to knife xargs

+

The output of knife deps can be passed to knife xargs:

+
$ knife deps nodes/*.json | xargs knife upload
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_diff.html chef-11.12.8/distro/common/html/knife_diff.html --- chef-11.8.2/distro/common/html/knife_diff.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_diff.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,125 @@ + + + + + + + + + knife diff — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife diff

+

The knife diff subcommand is used to compare the differences between files and directories on the server and in the chef-repo. For example, to compare files on the server prior to an uploading or downloading files using the knife download and knife upload subcommands, or to ensure that certain files in multiple production environments are the same. This subcommand is similar to the git diff command that can be used to diff what is in the chef-repo with what is synced to a git repository.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife diff [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--cookbook-version VERSION
+
The version of a cookbook to be downloaded.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--diff-filter=[(A|D|M|T)...[*]]
+
Indicates that files will be selected that have been added (A), deleted (D), modified (M), and/or have had their type changed (T). Any combination of filter characters may be used, including no filter characters. Use * to select all paths if a file matches other criteria in the comparison. Default value: nil.
+
--name-only
+
Indicates that only the names of modified files will be shown.
+
--name-status
+
Indicates that only the names of files with a status of Added, Deleted, Modified, or Type Changed will be shown.
+
--no-recurse
+
Use --no-recurse to disable listing a directory recursively. Default: --recurse.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Compare files that contain JSON data

+

To compare the “base.json” role to a “webserver.json” role, enter:

+
$ knife diff roles/base.json roles/webserver.json
+
+
+

Compare the chef-repo and the server

+

To compare the differences between the local chef-repo and the files that are on the server, enter:

+
$ knife diff
+
+
+

Compare, then return results

+

To diff a node named node-lb and then only return files that have been added, deleted, modified, or changed, enter:

+
$ knife diff --name-status node-lb
+
+
+

to return something like:

+
node-lb/recipes/eip.rb
+node-lb/recipes/heartbeat-int.rb
+node-lb/templates/default/corpsite.conf.erb
+node-lb/files/default/wildcard.node.com.crt
+node-lb/files/default/wildcard.node.com.crt-2009
+node-lb/files/default/wildcard.node.com.key
+node-lb/.gitignore
+node-lb/Rakefile
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_download.html chef-11.12.8/distro/common/html/knife_download.html --- chef-11.8.2/distro/common/html/knife_download.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_download.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,147 @@ + + + + + + + + + knife download — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife download

+

The knife download subcommand is used to download roles, cookbooks, environments, nodes, and data bags from the server to the current working directory. It can be used to back up data on the server, inspect the state of one or more files, or to extract out-of-process changes users may have made to files on the server, such as if a user made a change that bypassed version source control. This subcommand is often used in conjunction with knife diff, which can be used to see exactly what changes will be downloaded, and then knife upload, which does the opposite of knife download.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife download [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--cookbook-version VERSION
+
The version of a cookbook to be downloaded.
+
--[no-]force
+
Use --force to download files even when the file on the hard drive is identical to the object on the server (role, cookbook, etc.). By default, files are compared to see if they have equivalent content, and local files are only overwritten if they are different. Default: --no-force.
+
-n, --dry-run
+
Indicates that no action is taken and that results are only printed out. Default: false.
+
--[no-]diff
+
Indicates that only new and modified files will be downloaded. Set to false to download all files. Default: --diff.
+
--[no-]recurse
+
Use --no-recurse to disable downloading a directory recursively. Default: --recurse.
+
--[no-]purge
+
Use --purge to delete local files and directories that do not exist on the server. By default, if a role, cookbook, etc. does not exist on the server, the local file for said role will be left alone and NOT deleted. Default: --no-purge.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Download the entire chef-repo

+

To download the entire chef-repo from the server, browse to the top level of the chef-repo and enter:

+
$ knife download /
+
+
+

Download the /cookbooks directory

+

To download the cookbooks/ directory from the server, browse to the top level of the chef-repo and enter:

+
$ knife download cookbooks
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife download /cookbooks
+
+
+

Download the /environments directory

+

To download the environments/ directory from the server, browse to the top level of the chef-repo and enter:

+
$ knife download environments
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife download /environments
+
+
+

Download an environment

+

To download an environment named “production” from the server, browse to the top level of the chef-repo and enter:

+
$ knife download environments/production.json
+
+
+

or from the environments/ directory, enter:

+
$ knife download production.json
+
+
+

Download the /roles directory

+

To download the roles/ directory from the server, browse to the top level of the chef-repo and enter:

+
$ knife download roles
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife download /roles
+
+
+

Download cookbooks and roles

+

To download all cookbooks that start with “apache” and belong to the “webserver” role, browse to the top level of the chef-repo and enter:

+
$  knife download cookbooks/apache\* roles/webserver.json
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_edit.html chef-11.12.8/distro/common/html/knife_edit.html --- chef-11.8.2/distro/common/html/knife_edit.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_edit.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,91 @@ + + + + + + + + + knife edit — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife edit

+

The knife edit subcommand is used to edit objects on the server. This subcommand works similar to knife cookbook edit, knife data bag edit, knife environment edit, knife node edit, and knife role edit, but with a single verb (and a single action).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife edit (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--local
+
Use to show files in the local chef-repo instead of a remote location. Default: false.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

None.

+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-environment.1.html chef-11.12.8/distro/common/html/knife-environment.1.html --- chef-11.8.2/distro/common/html/knife-environment.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-environment.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,265 +0,0 @@ - - - - - - knife-environment(1) - Define cookbook policies for the environments in your infrastructure - - - - - -
- - - -
    -
  1. knife-environment(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-environment(1)
  6. -
- -

NAME

-

- knife-environment - Define cookbook policies for the environments in your infrastructure -

- -

SYNOPSIS

- -

knife environment sub-command (options)

- -

SUBCOMMANDS

- -

Environment subcommands follow a basic create, read, update, delete -(CRUD) pattern. The following subcommands are available:

- -

CREATE

- -

knife environment create environment (options)

- -
-
-d, --description DESCRIPTION
The value of the description field.
-
- - -

Create a new environment object on the Chef Server. The envrionment will -be opened in the text editor for editing prior to creation if the -n -option is not present.

- -

DELETE

- -

knife environment delete environment (options)

- -

Destroy an environment on the Chef Server. A prompt for confirmation -will be displayed if the -y options is not given.

- -

EDIT

- -

knife environment edit environment (options)

- -

Fetch environment and display it in the text editor for editing. The -environment will be saved to the Chef Server when the editing session -exits.

- -

FROM FILE

- -

knife environment from file file (options)

- -

Create or update an environment from the JSON or Ruby format file. See -format for the proper format of this file.

- -

LIST

- -

knife environment list (options) - * -w, --with-uri: - Show the resource URI for each environment

- -

SHOW

- -

knife environment show environment (options)

- -

DESCRIPTION

- -

Environments provide a means to apply policies to hosts in your -infrastructure based on business function. For example, you may have a -separate copy of your infrastructure called "dev" that runs the latest -version of your application and should use the newest versions of your -cookbooks when configuring systems, and a production instance of your -infrastructure where you wish to update code and cookbooks in a more -controlled fashion. In Chef, this function is implemented with -environments.

- -

Environments contain two major components: a set of cookbook version -constraints and environment attributes.

- -

SYNTAX

- -

A cookbook version constraint is comprised of a cookbook name and a -version constraint. The cookbook name is the name of a cookbook in -your system, and the version constraint is a String describing the -version(s) of that cookbook allowed in the environment. Only one -version constraint is supported for a given cookbook name.

- -

The exact syntax used to define a cookbook version constraint varies -depending on whether you use the JSON format or the Ruby format. In the -JSON format, the cookbook version constraints for an environment are -represented as a single JSON object, like this:

- -
{"apache2": ">= 1.5.0"}
-
- -

In the Ruby format, the cookbook version contraints for an environment -are represented as a Ruby Hash, like this:

- -
{"apache2" => ">= 1.5.0"}
-
- -

A version number is a String comprised of two or three digits -separated by a dot (.) character, or in other words, strings of the form -"major.minor" or "major.minor.patch". "1.2" and "1.2.3" are examples of -valid version numbers. Version numbers containing more than three digits -or alphabetic characters are not supported.

- -

A version constraint String is composed of an operator and a -version number. The following operators are available:

- -
-
= VERSION
Equality. Only the exact version specified may be used.
-
> VERSION
Greater than. Only versions greater than VERSION may be used.
-
>= VERSION
Greater than or equal to. Only versions equal to VERSION or greater -may be used.
-
< VERSION
Less than. Only versions less than VERSION may be used.
-
<= VERSION
Less than or equal to. Only versions lesser or equal to VERSION may -be used.
-
~> VERSION
Pessimistic greater than. Depending on the number of components in -the given VERSION, the constraint will be optimistic about future -minor or patch revisions only. For example, ~> 1.1 will match any -version less than 2.0 and greater than or equal to 1.1.0, -whereas ~> 2.0.5 will match any version less than 2.1.0 and -greater than or equal to 2.0.5.
-
- - -

FORMAT

- -

The JSON format of an envioronment is as follows:

- -
{
-  "name": "dev",
-  "description": "The development environment",
-  "cookbook_versions": {
-    "couchdb": "= 11.0.0"
-  },
-  "json_class": "Chef::Environment",
-  "chef_type": "environment",
-  "default_attributes": {
-    "apache2": { "listen_ports": [ "80", "443" ] }
-  },
-  "override_attributes": {
-    "aws_s3_bucket": "production"
-  }
-}
-
- -

The Ruby format of an environment is as follows:

- -
name "dev"
-description "The development environment"
-cookbook_versions  "couchdb" => "= 11.0.0"
-default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
-override_attributes "aws_s3_bucket" => "production"
-
- -

SEE ALSO

- -

knife-node(1) knife-cookbook(1) knife-role(1) - http://wiki.opscode.com/display/chef/Environments - http://wiki.opscode.com/display/chef/Version+Constraints

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Daniel DeLeo dan@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-environment(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_environment.html chef-11.12.8/distro/common/html/knife_environment.html --- chef-11.8.2/distro/common/html/knife_environment.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_environment.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,328 @@ + + + + + + + + + knife environment — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife environment

+

An environment is a way to map an organization’s real-life workflow to what can be configured and managed when using server. Every organization begins with a single environment called the _default environment, which cannot be modified (or deleted). Additional environments can be created to reflect each organization’s patterns and workflow. For example, creating production, staging, testing, and development environments. Generally, an environment is also associated with one (or more) cookbook versions.

+

The knife environment subcommand is used to manage environments within a single organization on the server.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

compare

+

The compare argument is used to compare the cookbook version constraints that are set on one (or more) environments.

+

Syntax

+

This argument has the following syntax:

+
$ knife environment compare [ENVIRONMENT_NAME...] (options)
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that all environments found at the specified path will be uploaded.
+
-m, --mismatch
+
Use to show only matching versions.
+
+

Example

+

To compare cookbook versions for a single environment:

+
$ knife environment compare development
+
+
+

to return something similar to:

+
           development
+apache     2.3.1
+windows    4.1.2
+
+
+

To compare cookbook versions for multiple environments:

+
$ knife environment compare development staging
+
+
+

to return something similar to:

+
              development    staging
+apache        2.3.1          1.2.2
+windows       4.1.2          1.0.0
+postgresql    1.0.0          1.0.0
+
+
+

To compare all cookbook versions for all environments:

+
$ knife environment compare --all
+
+
+

to return something similar to:

+
                   staging  development
+ulimit             latest   latest
+redisio            latest   latest
+journly            latest   latest
+aws                latest   latest
+test               latest   latest
+unicorn            latest   latest
+sensu              latest   latest
+runit              latest   latest
+templater          latest   latest
+powershell         latest   latest
+openssl            latest   latest
+rbenv              latest   latest
+rabbitmq           latest   latest
+postgresql         latest   latest
+mysql              latest   latest
+ohai               latest   latest
+git                latest   latest
+erlang             latest   latest
+ssh_known_hosts    latest   latest
+nginx              latest   latest
+database           latest   latest
+yum                latest   latest
+xfs                latest   latest
+apt                latest   latest
+dmg                latest   latest
+chef_handler       latest   latest
+windows            1.0.0    4.1.2
+
+
+
+
+

create

+

The create argument is used to add an environment object to the server. When this argument is run, Knife will open $EDITOR to enable editing of the ENVIRONMENT description field (unless a description is specified as part of the command). When finished, Knife will add the environment to the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife environment create ENVIRONMENT_NAME -d DESCRIPTION
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-d DESCRIPTION, --description DESCRIPTION
+
The description of the environment. This value will populate the description field for the environment on the server.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create an environment

+

To create an environment named “dev” with a description of “The development environment.”:

+
$ knife environment create dev -d "The development environment."
+
+
+
+
+
+

delete

+

The delete argument is used to delete an environment from a server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife environment delete ENVIRONMENT_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete an environment

+

To delete an environment named “dev”, enter:

+
$ knife environment delete dev
+
+
+

Type Y to confirm a deletion.

+
+
+
+

edit

+

The edit argument is used to edit the attributes of an environment. When this argument is run, Knife will open $EDITOR to enable editing of ENVIRONMENT attributes. When finished, Knife will update the server with those changes.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife environment edit ENVIRONMENT_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Edit an environment

+

To edit an environment named “devops”, enter:

+
$ knife environment edit devops
+
+
+
+
+
+

from file

+

The from file argument is used to add or update an environment using a JSON or Ruby DSL description. It must be run with the create or edit arguments.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife environment [create | edit] from file FILE (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Indicates that all environments found at the specified path will be uploaded.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create an environment from a JSON file

+

To add an environment using data contained in a JSON file:

+
$ knife environment create devops from file "path to JSON file"
+
+
+

or:

+
$ knife environment edit devops from file "path to JSON file"
+
+
+
+
+
+

list

+

The list argument is used to list all of the environments that are currently available on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife environment list -w
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of environments

+

To view a list of environments:

+
$ knife environment list -w
+
+
+
+
+
+

show

+

The show argument is used to display information about the specified environment.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife environment show ENVIRONMENT_NAME
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a ATTR, --attribute ATTR
+
The attribute (or attributes) to show.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show environments

+

To view information about the “dev” environment enter:

+
$ knife environment show dev
+
+
+

to return:

+
% knife environment show dev
+chef_type:            environment
+cookbook_versions:
+default_attributes:
+description:
+json_class:           Chef::Environment
+name:                 dev
+override_attributes:
+
+\\
+\\
+\\
+\\
+
+
+

Show environments as JSON

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife role show devops -F json
+
+
+

Other formats available include text, yaml, and pp.

+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-exec.1.html chef-11.12.8/distro/common/html/knife-exec.1.html --- chef-11.8.2/distro/common/html/knife-exec.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-exec.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,134 +0,0 @@ - - - - - - knife-exec(1) - Run user scripts using the Chef API DSL - - - - - -
- - - -
    -
  1. knife-exec(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-exec(1)
  6. -
- -

NAME

-

- knife-exec - Run user scripts using the Chef API DSL -

- -

SYNOPSIS

- -

knife exec (options)

- -
-
-E, --exec CODE
Provide a snippet of code to evaluate on the command line
-
- - -

DESCRIPTION

- -

knife exec runs arbitrary ruby scripts in a context similar to that -of the chef-shell(1) DSL. See the chef-shell documentation for a -description of the commands available.

- -

EXAMPLES

- -
-
Make an API call against an arbitrary endpoint
knife exec -E 'api.get("nodes/fluke.localdomain/cookbooks")' -=> list of cookbooks for the node fluke.localdomain
-
Remove the role obsolete from all nodes
knife exec -E 'nodes.transform(:all){|n| n.run_list.delete("role[obsolete]")}'
-
Generate the expanded run list for hosts in the webserver role
knife exec -E 'nodes.find(:roles => "webserver") {|n| n.expand!; n[:recipes]}'
-
- - -

SEE ALSO

- -

chef-shell(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-exec(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_exec.html chef-11.12.8/distro/common/html/knife_exec.html --- chef-11.8.2/distro/common/html/knife_exec.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_exec.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,222 @@ + + + + + + + + + knife exec — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife exec

+

The knife exec subcommand uses the Knife configuration file to execute Ruby scripts in the context of a fully configured chef-client. This subcommand is most often used to run scripts that will only access server one time (or otherwise very infrequently). Use this subcommand any time that an operation does not warrant full usage of the Knife subcommand library.

+
+

Authenticated API Requests

+

The knife exec subcommand can be used to make authenticated API requests to the server using the following methods:

+ ++++ + + + + + + + + + + + + + + + + + + + +
MethodDescription
api.deleteUse to delete an object from the server.
api.getUse to get the details of an object on the server.
api.postUse to add an object to the server.
api.putUse to update an object on the server.
+

These methods are used with the -E option, which executes that string locally on the workstation using chef-shell. These methods have the following syntax:

+
$ knife exec -E 'api.method(/endpoint)'
+
+
+

where:

+
    +
  • api.method is the corresponding authentication method — api.delete, api.get, api.post, or api.put
  • +
  • /endpoint is an endpoint in the Chef Server API
  • +
+

For example, to get the data for a node named “Example_Node”:

+
$ knife exec -E 'puts api.get("/nodes/Example_Node")'
+
+
+

and to ensure that the output is visible in the console, add the puts in front of the API authorization request:

+
$ knife exec -E 'puts api.get("/nodes/Example_Node")'
+
+
+

where puts is the shorter version of the $stdout.puts predefined variable in Ruby.

+

The following example shows how to add a client named “IBM305RAMAC” and the /clients endpoint, and then return the private key for that user in the console:

+
$ client_desc = {
+    "name"  => "IBM305RAMAC",
+    "admin" => false
+  }
+
+  new_client = api.post("/clients", client_desc)
+  puts new_client["private_key"]
+
+
+
+
+

Ruby Scripts

+

For Ruby scripts that will be run using the exec subcommand, note the following:

+
+
    +
  • The Ruby script must be located on the system from which Knife is run (and not be located on any of the systems that Knife will be managing).
  • +
  • Shell commands will be run from a management workstation. For example, something like %x[ls -lash /opt/only-on-a-node] would give you the directory listing for the “opt/only-on-a-node” directory or a “No such file or directory” error if the file does not already exist locally.
  • +
  • When the chef-shell DSL is available, the chef-client DSL will not be (unless the management workstation is also a chef-client). Without the chef-client DSL, a bash block cannot be used to run bash commands.
  • +
+
+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife exec SCRIPT (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-E CODE, --exec CODE
+
A string of code that will be executed.
+
-p PATH:PATH, --script-path PATH:PATH
+
A colon-separated path at which Ruby scripts are located.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Run Ruby scripts

+

There are three ways to use knife exec to run Ruby script files. For example:

+
$ knife exec /path/to/script_file
+
+
+

Or:

+
$ knife exec -E 'RUBY CODE'
+
+
+

Or:

+
$ knife exec
+RUBY CODE
+^D
+
+
+

Chef Knife status

+

To check the status of Knife using a Ruby script named “status.rb” (which looks like):

+
printf "%-5s %-12s %-8s %s\n", "Check In", "Name", "Ruby", "Recipes"
+nodes.all do |n|
+   checkin = Time.at(n['ohai_time']).strftime("%F %R")
+   rubyver = n['languages']['ruby']['version']
+   recipes = n.run_list.expand(_default).recipes.join(", ")
+   printf "%-20s %-12s %-8s %s\n", checkin, n.name, rubyver, recipes
+end
+
+
+

and is located in a directory named “scripts”, enter:

+
$ knife exec scripts/status.rb
+
+
+

List available free memory

+

To show the available free memory for all nodes, enter:

+
$ knife exec -E 'nodes.all {|n| puts "#{n.name} has #{n.memory.total} free memory"}'
+
+
+

List available search indexes

+

To list all of the available search indexes, enter:

+
$ knife exec -E 'puts api.get("search").keys'
+
+
+

Query for multiple attributes

+

To query a node for multiple attributes using a Ruby script named search_attributes.rb (which looks like):

+
% cat scripts/search_attributes.rb
+query = ARGV[2]
+attributes = ARGV[3].split(",")
+puts "Your query: #{query}"
+puts "Your attributes: #{attributes.join(" ")}"
+results = {}
+search(:node, query) do |n|
+   results[n.name] = {}
+   attributes.each {|a| results[n.name][a] = n[a]}
+end
+
+puts results
+exit 0
+
+
+

enter:

+
% knife exec scripts/search_attributes.rb "hostname:test_system" ipaddress,fqdn
+
+
+

to return something like:

+
Your query: hostname:test_system
+Your attributes: ipaddress fqdn
+{"test_system.example.com"=>{"ipaddress"=>"10.1.1.200", "fqdn"=>"test_system.example.com"}}
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife.html chef-11.12.8/distro/common/html/knife.html --- chef-11.8.2/distro/common/html/knife.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,172 @@ + + + + + + + + + knife — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife

+

Knife is a command-line tool that provides an interface between a local chef-repo and the server. Knife helps users to manage:

+
    +
  • Nodes
  • +
  • Cookbooks and recipes
  • +
  • Roles
  • +
  • Stores of JSON data (data bags), including encrypted data
  • +
  • Environments
  • +
  • Cloud resources, including provisioning
  • +
  • The installation of the chef-client on management workstations
  • +
  • Searching of indexed data on the server
  • +
+

The following sections describe functionality common to all Knife subcommands:

+ +

Knife includes the following sub-commands:

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sub-commandDescription
knife bootstrapThe knife bootstrap subcommand is used to run a bootstrap operation that installs the chef-client on the target system. The bootstrap operation must specify the IP address or FQDN of the target system.
knife clientThe knife client subcommand is used to manage an API client list and their associated RSA public key-pairs. This allows authentication requests to be made to the server by any entity that uses the Chef Server API, such as the chef-client and Knife.
knife configureThe knife configure subcommand is used to create the knife.rb and client.rb files so that they can be distributed to workstations and nodes.
knife cookbookThe knife cookbook subcommand is used to interact with cookbooks that are located on the server or the local chef-repo.
knife cookbook siteThe knife cookbook site subcommand is used to interact with cookbooks that are located at https://cookbooks.opscode.com. A user account is required for any community actions that write data to this site. The following arguments do not require a user account: download, search, install, and list.
knife data bagThe knife data bag subcommand is used to manage arbitrary stores of globally available JSON data.
knife deleteThe knife delete subcommand is used to delete an object from a server. This subcommand works similar to knife cookbook delete, knife data bag delete, knife environment delete, knife node delete, and knife role delete, but with a single verb (and a single action).
knife depsThe knife deps subcommand is used to identify dependencies for a node, role, or cookbook.
knife diffThe knife diff subcommand is used to compare the differences between files and directories on the server and in the chef-repo. For example, to compare files on the server prior to an uploading or downloading files using the knife download and knife upload subcommands, or to ensure that certain files in multiple production environments are the same. This subcommand is similar to the git diff command that can be used to diff what is in the chef-repo with what is synced to a git repository.
knife downloadThe knife download subcommand is used to download roles, cookbooks, environments, nodes, and data bags from the server to the current working directory. It can be used to back up data on the server, inspect the state of one or more files, or to extract out-of-process changes users may have made to files on the server, such as if a user made a change that bypassed version source control. This subcommand is often used in conjunction with knife diff, which can be used to see exactly what changes will be downloaded, and then knife upload, which does the opposite of knife download.
knife editThe knife edit subcommand is used to edit objects on the server. This subcommand works similar to knife cookbook edit, knife data bag edit, knife environment edit, knife node edit, and knife role edit, but with a single verb (and a single action).
knife environmentThe knife environment subcommand is used to manage environments within a single organization on the server.
knife execThe knife exec subcommand uses the Knife configuration file to execute Ruby scripts in the context of a fully configured chef-client. This subcommand is most often used to run scripts that will only access server one time (or otherwise very infrequently). Use this subcommand any time that an operation does not warrant full usage of the Knife subcommand library.
knife index rebuildThe knife index rebuild subcommand is used to rebuild the search indexes for the open source server. This operation is destructive and may take some time.
knife listThe knife list subcommand is used to view a list of objects on the server. This subcommand works similar to knife cookbook list, knife data bag list, knife environment list, knife node list, and knife role list, but with a single verb (and a single action).
knife nodeThe knife node subcommand is used to manage the nodes that exist on a server.
knife rawThe knife raw subcommand is used to send a REST request to a specified path using the Chef Server API.
knife recipe listThe knife recipe list subcommand is used to view all of the recipes that are on a server. A regular expression can be used to limit the results to recipes that match a specific pattern. The regular expression must be within quotes and not be surrounded by forward slashes (/).
knife roleThe knife role subcommand is used to manage the roles that are associated with one or more nodes on a server.
knife searchThe knife search subcommand is used run a search query for information that is indexed on a server.
knife showThe knife show subcommand is used to view the details of one (or more) objects on the server. This subcommand works similar to knife cookbook show, knife data bag show, knife environment show, knife node show, and knife role show, but with a single verb (and a single action).
knife sshThe knife ssh subcommand is used to invoke SSH commands (in parallel) on a subset of nodes within an organization, based on the results of a search query.
knife statusThe knife status subcommand is used to display a brief summary of the nodes on a server, including the time of the most recent successful chef-client run.
knife tagThe knife tag subcommand is used to apply tags to nodes on a server.
knife uploadThe knife upload subcommand is used to upload roles, cookbooks, environments, and data bags to the server from the current working directory in the chef-repo. This subcommand is often used in conjunction with knife diff, which can be used to see exactly what changes will be uploaded, and then knife download, which does the opposite of knife upload.
knife userThe knife user subcommand is used to manage the list of users and their associated RSA public key-pairs.
knife xargsThe knife xargs subcommand is used to build and execute command lines against objects on a server using standard input.
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-index.1.html chef-11.12.8/distro/common/html/knife-index.1.html --- chef-11.8.2/distro/common/html/knife-index.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-index.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,125 +0,0 @@ - - - - - - knife-index(1) - Rebuild the search index on a Chef Server - - - - - -
- - - -
    -
  1. knife-index(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-index(1)
  6. -
- -

NAME

-

- knife-index - Rebuild the search index on a Chef Server -

- -

SYNOPSIS

- -

knife index rebuild (options)

- -
-
-y, --yes
don't bother to ask if I'm sure
-
- - -

DESCRIPTION

- -

Rebuilds all the search indexes on the server. This is accomplished by -deleting all objects from the search index, and then forwarding each -item in the database to chef-expander(8) via rabbitmq-server(1). -Depending on the number of objects in the database, it may take some -time for all objects to be indexed and available for search.

- -

SEE ALSO

- -

knife-search(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-index(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_index_rebuild.html chef-11.12.8/distro/common/html/knife_index_rebuild.html --- chef-11.8.2/distro/common/html/knife_index_rebuild.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_index_rebuild.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,85 @@ + + + + + + + + + knife index rebuild — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife index rebuild

+

The knife index rebuild subcommand is used to rebuild the search indexes for the open source server. This operation is destructive and may take some time.

+
+

Note

+

This subcommand ONLY works when run against the open source server version 10.x. This subcommand will NOT run against open source server 11, Enterprise Chef (including hosted Enterprise Chef), or Private Chef.

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife index rebuild
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This command does not have any specific options.

+
+
+

Examples

+

None.

+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_list.html chef-11.12.8/distro/common/html/knife_list.html --- chef-11.8.2/distro/common/html/knife_list.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_list.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,116 @@ + + + + + + + + + knife list — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife list

+

The knife list subcommand is used to view a list of objects on the server. This subcommand works similar to knife cookbook list, knife data bag list, knife environment list, knife node list, and knife role list, but with a single verb (and a single action).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife list [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-1
+
Indicates that only one column of results will be shown. Default: false.
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
-d
+
Indicates that a directory’s children will not be shown when a directory matches a pattern. Default value: false.
+
-f, --flat
+
Indicates that a list of file names will be shown. Set to false to view ls-like output. Default: false.
+
--local
+
Indicates that only contents of the local directory will be returned. Default: false.
+
-p
+
Indicates that trailing slashes (/) will be shown for directories. Default: false.
+
-R
+
Indicates that directories will be listed recursively. Default: false.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

List roles

+

For example, to view a list of roles on the server:

+
$ knife list roles/
+
+
+

List roles and environments

+

To view a list of roles and environments on the server:

+
$ knife list roles/ environments/
+
+
+

List everything

+

To view a list of absolutely everything on the server:

+
$ knife list -R /
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-node.1.html chef-11.12.8/distro/common/html/knife-node.1.html --- chef-11.8.2/distro/common/html/knife-node.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-node.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,250 +0,0 @@ - - - - - - knife-node(1) - Manage the hosts in your infrastructure - - - - - -
- - - -
    -
  1. knife-node(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-node(1)
  6. -
- -

NAME

-

- knife-node - Manage the hosts in your infrastructure -

- -

SYNOPSIS

- -

knife node sub-command (options)

- -

DESCRIPTION

- -

Nodes are data structures that represent hosts configured with Chef. -Nodes have a name, a String that uniquely identifies the node, -attributes, a nested Hash of properties that describe how the host -should be configured, a chef_environment, a String representing the -environment to which the node belongs, and a run_list, an ordered -list of recipes or roles that chef-client should apply when -configuring a host.

- -

When a host communicates with a Chef Server, it authenticates using its -node_name for identification and signs its reqests with a private -key. The Server validates the request by looking up a client object -with a name identical to the node_name submitted with the request -and verifes the signature using the public key for that client -object. NOTE that the client is a different object in the -system. It is associated with a node by virtue of having a matching -name.

- -

By default chef-client(8) will create a node using the FQDN of the -host for the node name, though this may be overridden by configuration -settings.

- -

NODE SUB-COMMANDS

- -

The following node subcommands are available:

- -

BULK DELETE

- -

knife node bulk delete regex (options)

- -

Deletes nodes for which the name matches the regular expression regex -on the Chef Server. The regular expression should be given in quotes, -and should not be surrounded with forward slashes (as is typical of -regular expression literals in scripting languages).

- -

CREATE

- -

knife node create name (options)

- -

Create a new node. Unless the --disable-editing option is given, an empty node -object will be created and displayed in your text editor. If the editor -exits with a successful exit status, the node data will be posted to the -Chef Server to create the node.

- -

DELETE

- -

knife node delete name (options)

- -

Deletes the node identified by name on the Chef Server.

- -

EDIT

- -

knife node edit name (options)

- -
-
-a, --all
Display all node data in the editor. By default, default, override, -and automatic attributes are not shown.
-
- - -

Edit the node identified by name. Like knife node create, the node -will be displayed in your text editor unless the -n option is present.

- -

FROM FILE

- -

knife node from file file (options)

- -

Create a node from a JSON format file.

- -

LIST

- -

knife node list (options)

- -
-
-w, --with-uri
Show corresponding URIs
-
- - -

List all nodes.

- -

RUN_LIST ADD

- -

knife node run_list add name run list item (options)

- -
-
-a, --after ITEM
Place the ENTRY in the run list after ITEM
-
- - -

Add the run list item to the node's run_list. See Run list

- -

RUN_LIST REMOVE

- -

knife node run_list remove node name run list item (options)

- -

Remove the run list item from the node's run_list.

- -

SHOW

- -

knife node show node name (options)

- -
-
-a, --attribute [ATTR]
Show only one attribute
-
-r, --run-list
Show only the run list
-
-F, --format FORMAT
Display the node in a different format.
-
-m, --medium
Display more, but not all, of the node's data when using the default -summary format
-
- - -

Displays the node identified by node name on stdout.

- -

RUN LIST ITEM FORMAT

- -

Run list items may be either roles or recipes. When adding a role to a -run list, the correct syntax is "role[ROLE_NAME]"

- -

When adding a recipe to a run list, there are several valid formats:

- -
-
Fully Qualified Format
"recipe[COOKBOOK::RECIPE_NAME]", for example, "recipe[chef::client]"
-
Cookbook Recipe Format
For brevity, the recipe part of the fully qualified format may be omitted, and recipes specified as "COOKBOOK::RECIPE_NAME", e.g., "chef::client"
-
Default Recipe Format
When adding the default recipe of a cookbook to a run list, the recipe name may be omitted as well, e.g., "chef::default" may be written as just "chef"
-
- - -

SEE ALSO

- -

knife-client(1) knife-search(1) knife-role(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-node(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_node.html chef-11.12.8/distro/common/html/knife_node.html --- chef-11.8.2/distro/common/html/knife_node.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_node.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,450 @@ + + + + + + + + + knife node — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife node

+

A node is any physical, virtual, or cloud machine that is configured to be maintained by a chef-client.

+

The knife node subcommand is used to manage the nodes that exist on a server.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

bulk delete

+

The bulk delete argument is used to delete one or more nodes that match a pattern defined by a regular expression. The regular expression must be within quotes and not be surrounded by forward slashes (/).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node bulk delete REGEX
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Bulk delete nodes

+

Use a regular expression to define the pattern used to bulk delete nodes:

+
$ knife node bulk delete "^[0-9]{3}$"
+
+
+

Type Y to confirm a deletion.

+
+
+
+

create

+

The create argument is used to add a node to the server. Node data is stored as JSON on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node create NODE_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a node

+

To add a node, enter:

+
$ knife node create node1
+
+
+

In the $EDITOR enter the node data in JSON:

+
## sample:
+{
+   "normal": {
+   },
+   "name": "foobar",
+   "override": {
+   },
+   "default": {
+   },
+   "json_class": "Chef::Node",
+   "automatic": {
+   },
+   "run_list": [
+      "recipe[zsh]",
+      "role[webserver]"
+   ],
+   "chef_type": "node"
+}
+
+

When finished, save it.

+
+
+
+

delete

+

The delete argument is used to delete a node from the server.

+
+

Note

+

Deleting a node will not delete any corresponding API clients.

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife node delete NODE_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete a node

+
$ knife node delete node_name
+
+
+
+
+
+

edit

+

The edit argument is used to edit the details of a node on a server. Node data is stored as JSON on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node edit NODE_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --all
+
Displays a node in the $EDITOR. By default, attributes that are default, override, or automatic are not shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Edit a node

+

To edit the data for a node named “node1”, enter:

+
$ knife node edit node1 -a
+
+
+

Update the role data in JSON:

+
## sample:
+{
+   "normal": {
+   },
+   "name": "node1",
+   "override": {
+   },
+   "default": {
+   },
+   "json_class": "Chef::Node",
+   "automatic": {
+   },
+   "run_list": [
+      "recipe[devops]",
+      "role[webserver]"
+   ],
+   "chef_type": "node"
+}
+
+

When finished, save it.

+
+
+
+

from file

+

The from file argument is used to create a node using existing node data as a template.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node from file FILE
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a node using a JSON file

+

To add a node using data contained in a JSON file:

+
$ knife node from file "path to JSON file"
+
+
+
+
+
+

list

+

The list argument is used to view all of the nodes that exist on a server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node list (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of nodes

+

To verify the list of nodes that are registered with the server, enter:

+
$ knife node list
+
+
+

to return something similar to:

+
i-12345678
+rs-123456
+
+
+
+
+
+

run_list add

+

A run-list is an ordered list of roles and/or recipes that are run in an exact order. A run-list is always specific to the node on which it runs, though it is possible for many nodes to have run-lists that are similar or even identical. The items within a run-list are maintained using Knife and are uploaded to the server and stored as part of the node object for each node. The chef-client always configures a node in the exact order specified by its run-list and will never run the same recipe twice.

+

The run_list add argument is used to add run list items (roles or recipes) to a node.

+

A run-list must be in one of the following formats: fully qualified, cookbook, or default. Both roles and recipes must be in quotes, for example:

+
'role[ROLE_NAME]'
+
+
+

or

+
'recipe[COOKBOOK::RECIPE_NAME]'
+
+
+

Use a comma to separate roles and recipes when adding more than one item the run-list:

+
'recipe[COOKBOOK::RECIPE_NAME],COOKBOOK::RECIPE_NAME,role[ROLE_NAME]'
+
+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife node run_list add NODE_NAME RUN_LIST_ITEM (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a ITEM, --after ITEM
+
Use this to add the run list item after the specified run list item.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Add a role

+

To add a role to a run list, enter:

+
$ knife node run_list add node 'role[ROLE_NAME]'
+
+
+

Add roles and recipes

+

To add roles and recipes to a run list, enter:

+
$ knife node run_list add node 'recipe[COOKBOOK::RECIPE_NAME],recipe[COOKBOOK::RECIPE_NAME],role[ROLE_NAME]'
+
+
+

Add a recipe with a FQDN

+

To add a recipe to a run list using the fully qualified format, enter:

+
$ knife node run_list add node 'recipe[COOKBOOK::RECIPE_NAME]'
+
+
+

Add a recipe with a cookbook

+

To add a recipe to a run list using the cookbook format, enter:

+
$ knife node run_list add node 'COOKBOOK::RECIPE_NAME'
+
+
+

Add the default recipe

+

To add the default recipe of a cookbook to a run list, enter:

+
$ knife node run_list add node 'COOKBOOK'
+
+
+
+
+
+

run_list remove

+

The run_list remove argument is used to remove run list items (roles or recipes) from a node. A recipe must be in one of the following formats: fully qualified, cookbook, or default. Both roles and recipes must be in quotes, for example: 'role[ROLE_NAME]' or 'recipe[COOKBOOK::RECIPE_NAME]'. Use a comma to separate roles and recipes when removing more than one, like this: 'recipe[COOKBOOK::RECIPE_NAME],COOKBOOK::RECIPE_NAME,role[ROLE_NAME]'.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node run_list remove NODE_NAME RUN_LIST_ITEM
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Remove a role

+

To remove a role from a run list, enter:

+
$ knife node run_list remove node 'role[ROLE_NAME]'
+
+
+

Remove a run-list

+

To remove a recipe from a run list using the fully qualified format, enter:

+
$ knife node run_list remove node 'recipe[COOKBOOK::RECIPE_NAME]'
+
+
+
+
+
+

show

+

The show argument is used to display information about a node.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife node show NODE_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a ATTR, --attribute ATTR
+
The attribute (or attributes) to show.
+
-l, --long
+
Display long output when searching nodes while using the default summary format.
+
-m, --medium
+
Display more, but not all, of a node’s data when searching using the default summary format.
+
-r, --run-list
+
Indicates that only the run-list will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show all data about nodes

+

To view all data for a node named “build”, enter:

+
$ knife node show build
+
+
+

to return:

+
Node Name:   build
+Environment: _default
+FQDN:
+IP:
+Run List:
+Roles:
+Recipes:
+Platform:
+
+
+

Show basic information about nodes

+

To show basic information about a node, truncated and nicely formatted:

+
knife node show <node_name>
+
+
+

Show all data about nodes, truncated

+

To show all information about a node, nicely formatted:

+
knife node show -l <node_name>
+
+
+

Show attributes

+

To list a single node attribute:

+
knife node show <node_name> -a <attribute_name>
+
+
+

where <attribute_name> is something like kernel or platform. (This doesn’t work for nested attributes like node[kernel][machine] because knife node show doesn’t understand nested attributes.)

+

Show the FQDN

+

To view the FQDN for a node named “i-12345678”, enter:

+
$ knife node show i-12345678 -a fqdn
+
+
+

to return:

+
fqdn: ip-10-251-75-20.ec2.internal
+
+
+

Show a run-list

+

To view the run list for a node named “dev”, enter:

+
$ knife node show dev -r
+
+
+

Show as JSON data

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife role show devops -F json
+
+
+

Other formats available include text, yaml, and pp.

+

Show as raw JSON data

+

To view node information in raw JSON, use the -l or --long option:

+
knife node show -l -F json <node_name>
+
+
+

and/or:

+
knife node show -l --format=json <node_name>
+
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_raw.html chef-11.12.8/distro/common/html/knife_raw.html --- chef-11.8.2/distro/common/html/knife_raw.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_raw.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,112 @@ + + + + + + + + + knife raw — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife raw

+

The knife raw subcommand is used to send a REST request to a specified path using the Chef Server API.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife raw REQUEST_PATH (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-i FILE, --input FILE
+
The name of a file to be used with the PUT or a POST request.
+
--[no-]pretty
+
Use --no-pretty to disable pretty-print output for JSON. Default: --pretty.
+
-m METHOD, --method METHOD
+
The request method: DELETE, GET, POST, or PUT. Default value: GET.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a client

+

To view information about a client:

+
knife raw /clients/<client_name>
+
+
+

View a node

+

To view information about a node:

+
knife raw /nodes/<node_name>
+
+
+

Delete a data bag

+

To delete a data bag, enter a command similar to:

+
$ knife raw -m DELETE /data/foo
+
+
+

to return something similar to:

+
{
+  "name":"foo",
+  "json_class":"Chef::DataBag",
+  "chef_type":"data_bag"
+}
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_recipe_list.html chef-11.12.8/distro/common/html/knife_recipe_list.html --- chef-11.8.2/distro/common/html/knife_recipe_list.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_recipe_list.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,93 @@ + + + + + + + + + knife recipe list — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife recipe list

+

The knife recipe list subcommand is used to view all of the recipes that are on a server. A regular expression can be used to limit the results to recipes that match a specific pattern. The regular expression must be within quotes and not be surrounded by forward slashes (/).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife recipe list REGEX
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of recipes

+

To view a list of recipes:

+
$ knife recipe list 'couchdb::*'
+
+
+

to return:

+
couchdb::main_monitors
+couchdb::master
+couchdb::default
+couchdb::org_cleanu
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-role.1.html chef-11.12.8/distro/common/html/knife-role.1.html --- chef-11.8.2/distro/common/html/knife-role.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-role.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,200 +0,0 @@ - - - - - - knife-role(1) - Group common configuration settings - - - - - -
- - - -
    -
  1. knife-role(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-role(1)
  6. -
- -

NAME

-

- knife-role - Group common configuration settings -

- -

SYNOPSIS

- -

knife role sub-command (options)

- -

ROLE SUB-COMMANDS

- -

The following role subcommands are available:

- -

LIST

- -

knife role list (options)

- -
-
-w, --with-uri
Show corresponding URIs
-
- - -

List roles.

- -

SHOW

- -

knife role show ROLE (options)

- -
-
-a, --attribute ATTR
Show only one attribute
-
- - -

Show a specific role.

- -

CREATE

- -

knife role create ROLE (options)

- -
-
-d, --description
The role description
-
- - -

Create a new role.

- -

EDIT

- -

knife role edit ROLE (options)

- -

Edit a role.

- -

FROM FILE

- -

knife role from file FILE (options)

- -

Create or update a role from a role Ruby DSL (.rb) or JSON file.

- -

DELETE

- -

knife role delete ROLE (options)

- -

Delete a role.

- -

BULK DELETE

- -

knife role bulk delete REGEX (options)

- -

Delete roles on the Chef Server based on a regular expression. The regular expression (REGEX) should be in quotes, not in //'s.

- -

DESCRIPTION

- -

Roles provide a mechanism to group repeated configuration settings. -Roles are data structures that contain default_attributes, and -override_attributes, which are nested hashes of configuration -settings, and a run_list, which is an ordered list of recipes and -roles that should be applied to a host by chef-client.

- -

default_attributes will be overridden if they conflict with a value -on a node that includes the role. Conversely, override_attributes -will override any values set on nodes that apply them.

- -

When chef-client(8) configures a host, it will "expand" the -run_list included in that host's node data. The expansion process -will recursively replace any roles in the run_list with that role's -run_list.

- -

SEE ALSO

- -

knife-node(1) knife-environment(1) - http://wiki.opscode.com/display/chef/Roles - http://wiki.opscode.com/display/chef/Attributes

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-role(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_role.html chef-11.12.8/distro/common/html/knife_role.html --- chef-11.8.2/distro/common/html/knife_role.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_role.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,295 @@ + + + + + + + + + knife role — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife role

+

A role is a way to define certain patterns and processes that exist across nodes in an organization as belonging to a single job function. Each role consists of zero (or more) attributes and a run list. Each node can have zero (or more) roles assigned to it. When a role is run against a node, the configuration details of that node are compared against the attributes of the role, and then the contents of that role’s run list are applied to the node’s configuration details. When a chef-client runs, it merges its own attributes and run lists with those contained within each assigned role.

+

The knife role subcommand is used to manage the roles that are associated with one or more nodes on a server.

+
+

Note

+

To add a role to a node and then build out the run-list for that node, use the knife node sub-command and its run_list add argument.

+
+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

bulk delete

+

The bulk delete argument is used to delete one or more roles that match a pattern defined by a regular expression. The regular expression must be within quotes and not be surrounded by forward slashes (/).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role bulk delete REGEX
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Bulk delete roles

+

Use a regular expression to define the pattern used to bulk delete roles:

+
$ knife role bulk delete "^[0-9]{3}$"
+
+
+
+
+
+

create

+

The create argument is used to add a role to the server. Role data is saved as JSON on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role create ROLE_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-d DESCRIPTION, --description DESCRIPTION
+
The description of the role. This value will populate the description field for the role on the server.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a role

+

To add a role named “role1”, enter:

+
$ knife role create role1
+
+
+

In the $EDITOR enter the role data in JSON:

+
## sample:
+{
+   "name": "role1",
+   "default_attributes": {
+   },
+   "json_class": "Chef::Role",
+   "run_list": ['recipe[cookbook_name::recipe_name],
+                 role[role_name]'
+   ],
+   "description": "",
+   "chef_type": "role",
+   "override_attributes": {
+   }
+}
+
+

When finished, save it.

+
+
+
+

delete

+

The delete argument is used to delete a role from the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role delete ROLE_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete a role

+
$ knife role delete devops
+
+
+

Type Y to confirm a deletion.

+
+
+
+

edit

+

The edit argument is used to edit role details on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role edit ROLE_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Edit a role

+

To edit the data for a role named “role1”, enter:

+
$ knife role edit role1
+
+
+

Update the role data in JSON:

+
## sample:
+{
+   "name": "role1",
+   "default_attributes": {
+   },
+   "json_class": "Chef::Role",
+   "run_list": ['recipe[cookbook_name::recipe_name],
+                 role[role_name]'
+   ],
+   "description": "This is the description for the role1 role.",
+   "chef_type": "role",
+   "override_attributes": {
+   }
+}
+
+

When finished, save it.

+
+
+
+

from file

+

The from file argument is used to create a role using existing JSON data as a template.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role from file FILE
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a role using JSON data

+

To view role details based on the values contained in a JSON file:

+
$ knife role from file "path to JSON file"
+
+
+
+
+
+

list

+

The list argument is used to view a list of roles that are currently available on the server.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role list
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of roles

+

To view a list of roles on the server and display the URI for each role returned, enter:

+
$ knife role list -w
+
+
+
+
+
+

show

+

The show argument is used to view the details of a role.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife role show ROLE_NAME
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a ATTR, --attribute ATTR
+
The attribute (or attributes) to show.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show as JSON data

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife role show devops -F json
+
+
+

Other formats available include text, yaml, and pp.

+

Show as raw JSON data

+

To view node information in raw JSON, use the -l or --long option:

+
knife node show -l -F json <node_name>
+
+
+

and/or:

+
knife node show -l --format=json <node_name>
+
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-search.1.html chef-11.12.8/distro/common/html/knife-search.1.html --- chef-11.8.2/distro/common/html/knife-search.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-search.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,288 +0,0 @@ - - - - - - knife-search(1) - Find objects on a Chef Server by query - - - - - -
- - - -
    -
  1. knife-search(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-search(1)
  6. -
- -

NAME

-

- knife-search - Find objects on a Chef Server by query -

- -

SYNOPSIS

- -

knife search INDEX QUERY (options)

- -
-
-a, --attribute ATTR
Show only one attribute
-
-i, --id-only
Show only the ID of matching objects
-
-q, --query QUERY
The search query; useful to protect queries starting with -
-
-R, --rows INT
The number of rows to return
-
-r, --run-list
Show only the run list
-
-o, --sort SORT
The order to sort the results in
-
-b, --start ROW
The row to start returning results at
-
-m, --medium
Display medium sized output when searching nodes using the default -summary format
-
-l, --long
Display long output when searching nodes using the default summary -format
-
- - -

DESCRIPTION

- -

Search is a feature of the Chef Server that allows you to use a -full-text search engine to query information about your infrastructure -and applications. You can utilize this service via search calls in a -recipe or the knife search command. The search syntax is based on -Lucene.

- -

INDEXES

- -

Search indexes are a feature of the Chef Server and the search -sub-command allows querying any of the available indexes using SOLR -query syntax. The following data types are indexed for search:

- -
    -
  • node
  • -
  • role
  • -
  • environment
  • -
  • clients
  • -
  • data bag
  • -
- - -

Data bags are indexed by the data bag's name. For example, to search a -data bag named "admins":

- -
knife search admins "field:search_pattern"
-
- -

QUERY SYNTAX

- -

Queries have the form field:search_pattern where field is a key in -the JSON description of the relevant objects (nodes, roles, -environments, or data bags). Both field and search_pattern are -case-sensitive. search_pattern can be an exact, wildcard, -range, or fuzzy match (see below). The field supports exact -matching and limited wildcard matching.

- -

Searches will return the relevant objects (nodes, roles, environments, -or data bags) where the search_pattern matches the object's value of -field.

- -

FIELD NAMES

- -

Field names are the keys within the JSON description of the object -being searched. Nested Keys can be searched by placing an underscore -("_") between key names.

- -

WILDCARD MATCHING FOR FIELD NAMES

- -

The field name also has limited support for wildcard matching. Both -the "*" and "?" wildcards (see below) can be used within a field name; -however, they cannot be the first character of the field name.

- -

EXACT MATCHES

- -

Without any search modifiers, a search returns those fields for which -the search_pattern exactly matches the value of field in the JSON -description of the object.

- -

WILDCARD MATCHES

- -

Search support both single- and multi-character wildcard searches -within a search pattern.

- -

'?' matches exactly one character.

- -

'*' matches zero or more characters.

- -

RANGE MATCHES

- -

Range searches allows one to match values between two given values. To -match values between X and Y, inclusively, use square brackets:

- -
knife search INDEX 'field:[X TO Y]
-
- -

To match values between X and Y, exclusively, use curly brackets:

- -
knife search INDEX 'field:{X TO Y}'
-
- -

Values are sorted in lexicographic order.

- -

FUZZY MATCHES

- -

Fuzzy searches allows one to match values based on the Levenshtein -Distance algorithm. To perform a fuzzy match, append a tilda (~) to -the search term:

- -
knife search INDEX 'field:term~'
-
- -

This search would return nodes whose field was 'perm' or 'germ'.

- -

BOOLEAN OPERATORS

- -

The boolean operators NOT, AND, and OR are supported. To find values -of field that are not X:

- -
knife search INDEX 'field:(NOT X)'
-
- -

To find records where field1 is X and field2 is Y:

- -
knife search INDEX 'field1:X AND field2:Y'
-
- -

To find records where field is X or Y:

- -
knife search INDEX 'field:X OR field:Y'
-
- -

QUOTING AND SPECIAL CHARACTERS

- -

In order to avoid having special characters and escape sequences -within your search term interpreted by either Ruby or the shell, -enclose them in single quotes.

- -

Search terms that include spaces should be enclosed in double-quotes:

- -
knife search INDEX 'field:"term with spaces"'
-
- -

The following characters must be escaped:

- -
+ - && || ! ( ) { } [ ] ^ " ~ * ? : \
-
- -

EXAMPLES

- -

Find the nodes with the fully-qualified domain name (FQDN) -www.example.com:

- -
knife search node 'fqdn:www.example.com'
-
- -

Find the nodes running a version of Ubuntu:

- -
knife search node 'platform:ubuntu*'
-
- -

Find all nodes running CentOS in the production environment:

- -
knife search node 'chef_environment:production AND platform:centos'
-
- -

KNOWN BUGS

- -
    -
  • Searches against the client index return no results in most cases. (CHEF-2477)
  • -
  • Searches using the fuzzy match operator (~) produce an error. (CHEF-2478)
  • -
- - -

SEE ALSO

- -

knife-ssh(1) - http://wiki.opscode.com/display/chef/Attributes - Lucene Query Parser Syntax

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-search(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_search.html chef-11.12.8/distro/common/html/knife_search.html --- chef-11.8.2/distro/common/html/knife_search.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_search.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,204 @@ + + + + + + + + + knife search — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ + + + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_show.html chef-11.12.8/distro/common/html/knife_show.html --- chef-11.8.2/distro/common/html/knife_show.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_show.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,106 @@ + + + + + + + + + knife show — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife show

+

The knife show subcommand is used to view the details of one (or more) objects on the server. This subcommand works similar to knife cookbook show, knife data bag show, knife environment show, knife node show, and knife role show, but with a single verb (and a single action).

+
+

Syntax

+

This argument has the following syntax:

+
$ knife show [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-a ATTR, --attribute ATTR
+
The attribute (or attributes) to show.
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--local
+
Indicates that instead of remote files, local files will be shown.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show all cookbooks

+

To show all cookbooks in the cookbooks/ directory:

+
$ knife show cookbooks/
+
+
+

or, (if already in the cookbooks/ directory in the local chef-repo):

+
$ knife show
+
+
+

Show roles and environments

+
$ knife show roles/ environments/
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-ssh.1.html chef-11.12.8/distro/common/html/knife-ssh.1.html --- chef-11.8.2/distro/common/html/knife-ssh.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-ssh.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,156 +0,0 @@ - - - - - - knife-ssh(1) - Run a command or interactive session on multiple remote hosts - - - - - -
- - - -
    -
  1. knife-ssh(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-ssh(1)
  6. -
- -

NAME

-

- knife-ssh - Run a command or interactive session on multiple remote hosts -

- -

SYNOPSIS

- -

knife ssh QUERY COMMAND (options)

- -
-
-a, --attribute ATTR
The attribute to use for opening the connection - default is fqdn
-
-C, --concurrency NUM
The number of concurrent connections
-
-m, --manual-list
QUERY is a space separated list of servers
-
-P, --ssh-password PASSWORD
The ssh password
-
-x, --ssh-user USERNAME
The ssh username
-
-i, --identity-file IDENTITY_FILE
The SSH identity file used for authentication
-
-p, --ssh-port PORT
The ssh port
-
--[no-]host-key-verify
Verify host key, enabled by default.
-
- - -

DESCRIPTION

- -

The ssh sub-command opens an ssh session to each of the nodes in the -search results of the QUERY. This sub-command requires that the -net-ssh-multi and highline Ruby libraries are installed. On Debian -systems, these are the libnet-ssh-multi-ruby and libhighline-ruby -packages. They can also be installed as RubyGems (net-ssh-multi and -highline, respectively).

- -

TERMINAL MULTIPLEXING AND TERMINAL TAB SUPPORT

- -

knife ssh integrates with several terminal multiplexer programs to -provide a more convenient means of managing multiple ssh sessions. When -the COMMAND option matches one of these, knife ssh will create -multiple interactive ssh sessions running locally in the terminal -multiplexer instead of invoking the command on the remote host.

- -

The available multiplexers are:

- -
-
interactive
A built-in multiplexer. interactive supports running commands on a -subset of the connected hosts in parallel
-
screen(1)
Runs ssh interactively inside screen. ~/.screenrc will be sourced -if it exists.
-
tmux(1)
Runs ssh interactively inside tmux.
-
macterm (Mac OS X only)
Opens a Terminal.app window and creates a tab for each ssh session. -You must install the rb-appscript gem before you can use this -option.
-
- - -

SEE ALSO

- -

knife-search(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-ssh(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_ssh.html chef-11.12.8/distro/common/html/knife_ssh.html --- chef-11.8.2/distro/common/html/knife_ssh.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_ssh.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,179 @@ + + + + + + + + + knife ssh — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife ssh

+

The knife ssh subcommand is used to invoke SSH commands (in parallel) on a subset of nodes within an organization, based on the results of a search query.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife ssh SEARCH_QUERY SSH_COMMAND (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-a SSH_ATTR, --attribute SSH_ATTR
+
The attribute that is used when opening the SSH connection. The default attribute is the FQDN of the host. Other possible values include a public IP address, a private IP address, or a hostname.
+
-A, --forward-agent
+
Indicates that SSH agent forwarding is enabled.
+
-C NUM, --concurrency NUM
+
The number of allowed concurrent connections.
+
-G GATEWAY, --ssh-gateway GATEWAY
+
The SSH tunnel or gateway that is used to run a bootstrap action on a machine that is not accessible from the workstation.
+
-i IDENTITY_FILE, --identity-file IDENTIFY_FILE
+
The SSH identity file used for authentication. Key-based authentication is recommended.
+
-m, --manual-list
+
Indicates that a search query is a space-separated list of servers. If there is more than one item in the list, put quotes around the entire list. For example: --manual-list "server01 server 02 server 03"
+
--[no-]host-key-verify
+
Use --no-host-key-verify to disable host key verification. Default setting: --host-key-verify.
+
OTHER
+
The shell type. Possible values: interactive, screen, tmux, macterm, or cssh. (csshx is deprecated in favor of cssh.)
+
-p PORT, --ssh-port PORT
+
The SSH port.
+
-P PASSWORD, --ssh-password PASSWORD
+
The SSH password. This can be used to pass the password directly on the command line. If this option is not specified (and a password is required) Knife will prompt for the password.
+
SEARCH_QUERY
+
The search query used to return a list of servers to be accessed using SSH and the specified SSH_COMMAND. This option uses the same syntax as the search sub-command.
+
SSH_COMMAND
+
The command that will be run against the results of a search query.
+
-x USER_NAME, --ssh-user USER_NAME
+
The SSH user name.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Find server uptime

+

To find the uptime of all of web servers running Ubuntu on the Amazon EC2 platform, enter:

+
$ knife ssh "role:web" "uptime" -x ubuntu -a ec2.public_hostname
+
+
+

to return something like:

+
ec2-174-129-127-206.compute-1.amazonaws.com  13:50:47 up 1 day, 23:26,  1 user,  load average: 0.25, 0.18, 0.11
+ec2-67-202-63-102.compute-1.amazonaws.com    13:50:47 up 1 day, 23:33,  1 user,  load average: 0.12, 0.13, 0.10
+ec2-184-73-9-250.compute-1.amazonaws.com     13:50:48 up 16:45,  1 user,  load average: 0.30, 0.22, 0.13
+ec2-75-101-240-230.compute-1.amazonaws.com   13:50:48 up 1 day, 22:59,  1 user,  load average: 0.24, 0.17, 0.11
+ec2-184-73-60-141.compute-1.amazonaws.com    13:50:48 up 1 day, 23:30,  1 user,  load average: 0.32, 0.17, 0.15
+
+
+

Run the chef-client on all nodes

+
$ knife ssh 'name:*' 'sudo chef-client'
+
+
+

Force a chef-client run

+

To force a chef-client run on all of the web servers running Ubuntu on the Amazon EC2 platform, enter:

+
$ knife ssh "role:web" "sudo chef-client" -x ubuntu -a ec2.public_hostname
+
+
+

to return something like:

+
ec2-67-202-63-102.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:37 +0000] INFO: Starting Chef Run (Version 0.9.10)
+ec2-174-129-127-206.compute-1.amazonaws.com [Fri, 22 Oct 2010 14:18:37 +0000] INFO: Starting Chef Run (Version 0.9.10)
+ec2-184-73-9-250.compute-1.amazonaws.com    [Fri, 22 Oct 2010 14:18:38 +0000] INFO: Starting Chef Run (Version 0.9.10)
+ec2-75-101-240-230.compute-1.amazonaws.com  [Fri, 22 Oct 2010 14:18:38 +0000] INFO: Starting Chef Run (Version 0.9.10)
+ec2-184-73-60-141.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:38 +0000] INFO: Starting Chef Run (Version 0.9.10)
+ec2-174-129-127-206.compute-1.amazonaws.com [Fri, 22 Oct 2010 14:18:39 +0000] INFO: Chef Run complete in 1.419243 seconds
+ec2-174-129-127-206.compute-1.amazonaws.com [Fri, 22 Oct 2010 14:18:39 +0000] INFO: cleaning the checksum cache
+ec2-174-129-127-206.compute-1.amazonaws.com [Fri, 22 Oct 2010 14:18:39 +0000] INFO: Running report handlers
+ec2-174-129-127-206.compute-1.amazonaws.com [Fri, 22 Oct 2010 14:18:39 +0000] INFO: Report handlers complete
+ec2-67-202-63-102.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:39 +0000] INFO: Chef Run complete in 1.578265 seconds
+ec2-67-202-63-102.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:39 +0000] INFO: cleaning the checksum cache
+ec2-67-202-63-102.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:39 +0000] INFO: Running report handlers
+ec2-67-202-63-102.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:39 +0000] INFO: Report handlers complete
+ec2-184-73-9-250.compute-1.amazonaws.com    [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Chef Run complete in 1.638884 seconds
+ec2-184-73-9-250.compute-1.amazonaws.com    [Fri, 22 Oct 2010 14:18:40 +0000] INFO: cleaning the checksum cache
+ec2-184-73-9-250.compute-1.amazonaws.com    [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Running report handlers
+ec2-184-73-9-250.compute-1.amazonaws.com    [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Report handlers complete
+ec2-75-101-240-230.compute-1.amazonaws.com  [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Chef Run complete in 1.540257 seconds
+ec2-75-101-240-230.compute-1.amazonaws.com  [Fri, 22 Oct 2010 14:18:40 +0000] INFO: cleaning the checksum cache
+ec2-75-101-240-230.compute-1.amazonaws.com  [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Running report handlers
+ec2-75-101-240-230.compute-1.amazonaws.com  [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Report handlers complete
+ec2-184-73-60-141.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Chef Run complete in 1.502489 seconds
+ec2-184-73-60-141.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:40 +0000] INFO: cleaning the checksum cache
+ec2-184-73-60-141.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Running report handlers
+ec2-184-73-60-141.compute-1.amazonaws.com   [Fri, 22 Oct 2010 14:18:40 +0000] INFO: Report handlers complete
+
+
+

Run a command based on search query

+

To query for all nodes that have the “webserver” role and then use SSH to run the command “sudo chef-client”, enter:

+
$ knife ssh "role:webserver" "sudo chef-client"
+
+
+

Upgrade all nodes

+
$ knife ssh name:* "sudo aptitude upgrade -y"
+
+
+

Specify the shell type

+

To specify the shell type used on the nodes returned by a search query:

+
$ knife ssh roles:opscode-omnitruck macterm
+
+
+

where screen is one of the following values: cssh, interactive, macterm, screen, or tmux. If the node does not have the shell type installed, Knife will return an error similar to the following:

+
you need the rb-appscript gem to use knife ssh macterm.
+`(sudo) gem    install rb-appscript` to install
+ERROR: LoadError: cannot load such file -- appscript
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-status.1.html chef-11.12.8/distro/common/html/knife-status.1.html --- chef-11.8.2/distro/common/html/knife-status.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-status.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,128 +0,0 @@ - - - - - - knife-status(1) - Display status information for the nodes in your infrastructure - - - - - -
- - - -
    -
  1. knife-status(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-status(1)
  6. -
- -

NAME

-

- knife-status - Display status information for the nodes in your infrastructure -

- -

SYNOPSIS

- -

knife status (options)

- -
-
-r, --run-list RUN_LIST
Show the run list
-
- - -

DESCRIPTION

- -

The status sub-command searches the Chef Server for all nodes and -displays information about the last time the node checked into the -server and executed a node.save. The fields displayed are the relative -checkin time, the node name, it's operating system platform and version, -the fully-qualified domain name and the default IP address. If the -r -option is given, the node's run list will also be displayed. Note that -depending on the configuration of the nodes, the FQDN and IP displayed -may not be publicly reachable.

- -

SEE ALSO

- -

knife-search(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Joshua Timberman joshua@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-status(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_status.html chef-11.12.8/distro/common/html/knife_status.html --- chef-11.8.2/distro/common/html/knife_status.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_status.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,142 @@ + + + + + + + + + knife status — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife status

+

The knife status subcommand is used to display a brief summary of the nodes on a server, including the time of the most recent successful chef-client run.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife status (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
QUERY
+
The search query used to identify a a list of items on a server. This option uses the same syntax as the search sub-command.
+
-H, --hide-healthy
+
Indicates that nodes on which a chef-client run has occurred within the previous hour will be hidden.
+
-r RUN_LIST, --run-list RUN_LIST
+
A comma-separated list of roles and/or recipes to be applied.
+
-s, --sort-reverse
+
Indicates that the list will be sorted by last run time, descending.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View status, include run-lists

+

To include run lists in the status, enter:

+
$ knife status --run-list
+
+
+

to return something like:

+
20 hours ago, dev-vm.chisamore.com, ubuntu 10.04, dev-vm.chisamore.com, 10.66.44.126, role[lb].
+3 hours ago, i-225f954f, ubuntu 10.04, ec2-67-202-63-102.compute-1.amazonaws.com, 67.202.63.102, role[web].
+3 hours ago, i-a45298c9, ubuntu 10.04, ec2-174-129-127-206.compute-1.amazonaws.com, 174.129.127.206, role[web].
+3 hours ago, i-5272a43f, ubuntu 10.04, ec2-184-73-9-250.compute-1.amazonaws.com, 184.73.9.250, role[web].
+3 hours ago, i-226ca64f, ubuntu 10.04, ec2-75-101-240-230.compute-1.amazonaws.com, 75.101.240.230, role[web].
+3 hours ago, i-f65c969b, ubuntu 10.04, ec2-184-73-60-141.compute-1.amazonaws.com, 184.73.60.141, role[web].
+
+
+

View status using a date range

+

To show the status for nodes on which the chef-client did not run successfully within the past hour, enter:

+
$ knife status --hide-healthy
+
+
+

to return something like:

+
1 hour ago, i-256f884f, ubuntu 12.04, ec2-67-202-63-102.compute-1.amazonaws.com, 67.202.63.102, role[web].
+1 hour ago, i-a47823c9, ubuntu 10.04, ec2-174-129-127-206.compute-1.amazonaws.com, 184.129.143.111, role[lb].
+
+
+

View status using a query

+

To show the status of a subset of nodes that are returned by a specific query, enter:

+
$ knife status "role:web" --run-list
+
+
+

to return something like:

+
3 hours ago, i-225f954f, ubuntu 10.04, ec2-67-202-63-102.compute-1.amazonaws.com, 67.202.63.102, role[web].
+3 hours ago, i-a45298c9, ubuntu 10.04, ec2-174-129-127-206.compute-1.amazonaws.com, 174.129.127.206, role[web].
+3 hours ago, i-5272a43f, ubuntu 10.04, ec2-184-73-9-250.compute-1.amazonaws.com, 184.73.9.250, role[web].
+3 hours ago, i-226ca64f, ubuntu 10.04, ec2-75-101-240-230.compute-1.amazonaws.com, 75.101.240.230, role[web].
+3 hours ago, i-f65c969b, ubuntu 10.04, ec2-184-73-60-141.compute-1.amazonaws.com, 184.73.60.141, role[web].
+
+
+

View status for all nodes

+

To view the status of all nodes in the organization, enter:

+
$ knife status
+
+
+

to return something like:

+
20 hours ago, dev-vm.chisamore.com, ubuntu 10.04, dev-vm.chisamore.com, 10.66.44.126
+3 hours ago, i-225f954f, ubuntu 10.04, ec2-67-202-63-102.compute-1.amazonaws.com, 67.202.63.102
+3 hours ago, i-a45298c9, ubuntu 10.04, ec2-174-129-127-206.compute-1.amazonaws.com, 174.129.127.206
+3 hours ago, i-5272a43f, ubuntu 10.04, ec2-184-73-9-250.compute-1.amazonaws.com, 184.73.9.250
+3 hours ago, i-226ca64f, ubuntu 10.04, ec2-75-101-240-230.compute-1.amazonaws.com, 75.101.240.230
+3 hours ago, i-f65c969b, ubuntu 10.04, ec2-184-73-60-141.compute-1.amazonaws.com, 184.73.60.141
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife-tag.1.html chef-11.12.8/distro/common/html/knife-tag.1.html --- chef-11.8.2/distro/common/html/knife-tag.1.html 2013-12-18 18:08:18.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife-tag.1.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,137 +0,0 @@ - - - - - - knife-tag(1) - Apply tags to nodes on a Chef Server - - - - - -
- - - -
    -
  1. knife-tag(1)
  2. -
  3. Chef Manual
  4. -
  5. knife-tag(1)
  6. -
- -

NAME

-

- knife-tag - Apply tags to nodes on a Chef Server -

- -

SYNOPSIS

- -

knife tag subcommand (options)

- -

TAG SUBCOMMANDS

- -

The following tag subcommands are available:

- -

CREATE

- -

knife tag create node tag [...]

- -

Adds one or more tags to node

- -

DELETE

- -

knife tag delete node tag [...]

- -

Removes one or more tags from node

- -

LIST

- -

knife tag list node

- -

Lists the tags applied to node

- -

SEE ALSO

- -

knife-node(1)

- -

AUTHOR

- -

Chef was written by Adam Jacob adam@opscode.com with many contributions from the community.

- -

DOCUMENTATION

- -

This manual page was written by Daniel DeLeo dan@opscode.com. - Permission is granted to copy, distribute and / or modify this document under the terms of the Apache 2.0 License.

- -

CHEF

- -

Knife is distributed with Chef. http://wiki.opscode.com/display/chef/Home

- - -
    -
  1. Chef 11.8.2
  2. -
  3. December 2013
  4. -
  5. knife-tag(1)
  6. -
- -
- - diff -Nru chef-11.8.2/distro/common/html/knife_tag.html chef-11.12.8/distro/common/html/knife_tag.html --- chef-11.8.2/distro/common/html/knife_tag.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_tag.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,140 @@ + + + + + + + + + knife tag — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife tag

+

A tag is a custom description that is applied to a node. A tag, once applied, can be helpful when managing nodes using Knife or when building recipes by providing alternate methods of grouping similar types of information.

+

The knife tag subcommand is used to apply tags to nodes on a server.

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

create

+

The create argument is used to add one or more tags to a node.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife tag create NODE_NAME [TAG...]
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create tags

+

To create tags named “seattle”, “portland”, and “vancouver”, enter:

+
$ knife tag create node seattle portland vancouver
+
+
+
+
+
+

delete

+

The delete argument is used to delete one or more tags from a node.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife tag delete NODE_NAME [TAG...]
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete tags

+

To delete tags named “denver” and “phoenix”, enter:

+
$ knife tag delete node denver phoenix
+
+
+

Type Y to confirm a deletion.

+
+
+
+

list

+

The list argument is used to list all of the tags that have been applied to a node.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife tag list [NODE_NAME...]
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

View a list of tags

+

To view the tags for a node named “devops_prod1”, enter:

+
$ knife tag list devops_prod1
+
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_upload.html chef-11.12.8/distro/common/html/knife_upload.html --- chef-11.8.2/distro/common/html/knife_upload.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_upload.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,155 @@ + + + + + + + + + knife upload — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife upload

+

The knife upload subcommand is used to upload roles, cookbooks, environments, and data bags to the server from the current working directory in the chef-repo. This subcommand is often used in conjunction with knife diff, which can be used to see exactly what changes will be uploaded, and then knife download, which does the opposite of knife upload.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife upload [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--[no-]diff
+
Indicates that only new and modified files will be uploaded. Set to false to upload all files. Default: true.
+
--[no-]force
+
Use --force to upload roles, cookbooks, etc. even if the file in the directory is identical (by default, no POST or PUT is performed unless an actual change would be made). Default: --no-force.
+
--[no-]freeze
+
Indicates that a cookbook cannot be modified; any changes to this cookbook must be included as a new version. Only the --force option can override this setting. Default: false.
+
-n, --dry-run
+
Indicates that no action is taken and that results are only printed out. Default: false.
+
--[no-]purge
+
Use --purge to delete roles, cookbooks, etc. from the server if their corresponding files do not exist in the chef-repo. By default, such objects are left alone and NOT purged. Default: --no-purge.
+
--[no-]recurse
+
Use --no-recurse to disable uploading a directory recursively. Default: --recurse.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default: everything / hosted_everything.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Upload the entire chef-repo

+

Browse to the top level of the chef-repo and enter:

+
$ knife upload
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife upload /
+
+
+

Upload the /cookbooks directory

+

Browse to the top level of the chef-repo and enter:

+
$ knife upload cookbooks
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife upload /cookbooks
+
+
+

Upload the /environments directory

+

Browse to the top level of the chef-repo and enter:

+
$ knife upload environments
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife upload /environments
+
+
+

Upload a single environment

+

Browse to the top level of the chef-repo and enter:

+
$ knife upload environments/production.json
+
+
+

or from the environments/ directory, enter:

+
$ knife upload production.json
+
+
+

Upload the /roles directory

+

Browse to the top level of the chef-repo and enter:

+
$ knife upload roles
+
+
+

or from anywhere in the chef-repo, enter:

+
$ knife upload /roles
+
+
+

Upload cookbooks and roles

+

Browse to the top level of the chef-repo and enter:

+
$ knife upload cookbooks/apache\* roles/webserver.json
+
+
+

Use output of knife deps to pass command to knife upload

+
$ knife upload `knife deps nodes/*.json`
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_user.html chef-11.12.8/distro/common/html/knife_user.html --- chef-11.8.2/distro/common/html/knife_user.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_user.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,244 @@ + + + + + + + + + knife user — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife user

+

The knife user subcommand is used to manage the list of users and their associated RSA public key-pairs.

+
+

Note

+

This subcommand ONLY works when run against the open source server and will not run against Enterprise Chef (including hosted Enterprise Chef), or Private Chef.

+
+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+
+

create

+

The create argument is used to create a user. This process will generate an RSA key pair for the named user. The public key will be stored on the server and the private key will be displayed on STDOUT or written to a named file.

+
    +
  • For the user, the private key should be copied to the system as /etc/chef/client.pem.
  • +
  • For Knife, the private key is typically copied to ~/.chef/client_name.pem and referenced in the knife.rb configuration file.
  • +
+
+

Syntax

+

This argument has the following syntax:

+
$ knife user create USER_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a, --admin
+
Indicates that a client will be created as an admin client. This is required when users of the open source server need to access the Chef Server API as an administrator. This option only works when used with the open source server and will have no effect when used with Enterprise Chef.
+
-f FILE_NAME, --file FILE_NAME
+
Indicates that the private key will be saved to a specified file name.
+
-p PASSWORD, --password PASSWORD
+
The user password.
+
--user-key FILE_NAME
+
All users are assigned a public key. Use to write the public key to a file.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Create a user

+
$ knife user create "Radio Birdman" -f /keys/user_name
+
+
+
+
+
+

delete

+

The delete argument is used to delete a registered user.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife user delete USER_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Delete a user

+
$ knife user delete "Steve Danno"
+
+
+
+
+
+

edit

+

The edit argument is used to edit the details of a user. When this argument is run, Knife will open $EDITOR. When finished, Knife will update the server with those changes.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife user edit USER_NAME
+
+
+
+
+

Options

+

This command does not have any specific options.

+
+
+

Examples

+

None.

+
+
+
+

list

+

The list argument is used to view a list of registered users.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife user list (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-w, --with-uri
+
Indicates that the corresponding URIs will be shown.
+
+
+
+

Examples

+

None.

+
+
+
+

reregister

+

The reregister argument is used to regenerate an RSA key pair for a user. The public key will be stored on the server and the private key will be displayed on STDOUT or written to a named file.

+
+

Note

+

Running this argument will invalidate the previous RSA key pair, making it unusable during authentication to the server.

+
+
+

Syntax

+

This argument has the following syntax:

+
$ knife user reregister USER_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-f FILE_NAME, --file FILE_NAME
+
Indicates that the private key will be saved to a specified file name.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Regenerate the RSA key-pair

+
$ knife user reregister "Robert Younger"
+
+
+
+
+
+

show

+

The show argument is used to show the details of a user.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife user show USER_NAME (options)
+
+
+
+
+

Options

+

This argument has the following options:

+
+
-a ATTR, --attribute ATTR
+
The attribute (or attributes) to show.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Show user data

+

To view a user named “Dennis Teck”, enter:

+
$ knife user show "Dennis Teck"
+
+
+

to return something like:

+
chef_type:   user
+json_class:  Chef::User
+name:        Dennis Teck
+public_key:
+
+
+

Show user data as JSON

+

To view information in JSON format, use the -F common option as part of the command like this:

+
$ knife user show "Dennis Teck" -F json
+
+
+

(Other formats available include text, yaml, and pp, e.g. -F yaml for YAML.)

+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_using.html chef-11.12.8/distro/common/html/knife_using.html --- chef-11.8.2/distro/common/html/knife_using.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_using.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,211 @@ + + + + + + + + + Working with Knife — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

Working with Knife

+

Knife runs from a management workstation and sits in-between a server and an organization’s infrastructure. Knife interacts with a server by using the same REST API that is used by a chef-client. Role-based authentication controls (RBAC) can be used to authorize changes when Knife is run with Enterprise Chef. Knife is configured during workstation setup, but subsequent modifications can be made using the knife.rb configuration file.

+
+

JSON Data Format

+

Most data is entered using a text editor in JSON format, unless the --disable-editing option is entered as part of a command. (Encrypted data bags use YAML, which is a superset of JSON.) JSON is a common, language-independent data format that provides a simple text representation of arbitrary data structures. For more information about JSON, see http://www.json.org/ or http://en.wikipedia.org/wiki/JSON.

+
+

Set the Text Editor

+

Some Knife commands, such as knife data bag edit, require that information be edited as JSON data using a text editor. For example, the following command:

+
$ knife data bag edit admins admin_name
+
+
+

will open up the text editor with data similar to:

+
{
+  "id": "admin_name"
+}
+
+
+

Changes to that file can then be made:

+
{
+  "id": "Justin C."
+  "description": "I am passing the time by letting time pass over me ..."
+}
+
+
+

The type of text editor that is used by Knife can be configured by adding an entry to the knife.rb file or by setting an EDITOR environment variable. For example, to configure the text editor to always open with vim, add the following to the knife.rb file:

+
knife[:editor] = "/usr/bin/vim"
+
+
+

When a Microsoft Windows file path is enclosed in a double-quoted string (” ”), the same backslash character (\) that is used to define the file path separator is also used in Ruby to define an escape character. The knife.rb file is a Ruby file; therefore, file path separators must be escaped. In addition, spaces in the file path must be replaced with ~1 so that the length of each section within the file path is not more than 8 characters. For example, if EditPad Pro is the text editor of choice and is located at the following path:

+
C:\\Program Files (x86)\EditPad Pro\EditPad.exe
+
+

the setting in the knife.rb file would be similar to:

+
knife[:editor] = "C:\\Progra~1\\EditPa~1\\EditPad.exe"
+
+
+

One approach to working around the double- vs. single-quote issue is to put the single-quotes outside of the double-quotes. For example, for Notepad++:

+
knife[:editor] = '"C:\Program Files (x86)\Notepad++\notepad++.exe -nosession -multiInst"'
+
+
+

for Sublime Text:

+
knife[:editor] = '"C:\Program Files\Sublime Text 2\sublime_text.exe --wait"'
+
+
+

for TextPad:

+
knife[:editor] = '"C:\Program Files (x86)\TextPad 7\TextPad.exe"'
+
+
+

and for vim:

+
knife[:editor] = '"C:\Program Files (x86)\vim\vim74\gvim.exe"'
+
+
+
+
+
+

Using Quotes

+

Values can be entered with double quotes (” ”) or single quotes (‘ ‘), but this should be done consistently.

+
+
+

Sub-commands

+

Knife comes with a collection of built in subcommands that work together to provide all of the functionality required to take specific actions against any object in an organization, including cookbooks, nodes, roles, data bags, environments, and users. A Knife plugin extends the functionality beyond built-in subcommands.

+

Knife has the following subcommands: bootstrap, client, configure, cookbook, cookbook site, data bag, delete, deps, diff, download, edit, environment, exec, index rebuild, list, node, recipe list, role, search, show, ssh, status, tag, upload, user, and xargs.

+
+

Note

+

The following subcommands run only against the open source server: index rebuild and user.

+
+
+
+

Verb Sub-commands

+

Knife includes a set of subcommands that are built around common verbs: delete, deps, diff, download, edit, list, show, upload, xargs. These subcommands allow Knife to issue commands that interact with any object stored in the chef-repo or stored on the server. Some important principles behind this group of subcommands includes:

+
    +
  • A command that works with each object in the chef-repo. The subcommands specify the desired action (the “verb”), and then directory in which that object resides (clients, cookbooks/, data_bags/, environments/, nodes, roles/, and users). For example: download cookbooks/
  • +
  • A command that works with certain objects in Enterprise Chef, including acls, groups, and containers
  • +
  • Uses the server as if it were a file system, allowing the chef-repo on the server to behave like a mirror of the chef-repo on the workstation. The server will have the same objects as the local chef-repo. To make changes to the files on the server, just download files from the server or upload files from the chef-repo
  • +
  • The context from which a command is run matters. For example, when working in the roles/ directory, Knife will know what is being worked with. Enter knife show base.json and Knife will return the base role from the server. From the chef-repo root, enter knife show roles/base.json to get the same result
  • +
  • Parallel requests can be made to the server and are configurable on a per-command basis
  • +
+ +
+
+

Plug-ins

+

Chef provides the following plugins, which work the same as built-in subcommands (including common options), but must be installed separately (using RubyGems): knife azure, knife bluebox, knife ec2, knife eucalyptus, knife google, knife hp, knife linode, knife openstack, knife rackspace, knife terremark, knife vcloud, and knife windows.

+

The community provides many other plugins for Knife: http://community.opscode.com/.

+
+
+

Syntax

+

All Knife subcommands have the following syntax:

+
+
knife subcommand [ARGUMENT] (options)
+

Each subcommand has its own set of arguments and options.

+
+

Note

+

All syntax examples in this document show variables in ALL_CAPS. For example -u PORT_LIST (where PORT_LIST is a comma-separated list of local and public UDP ports) or -F FORMAT (where FORMAT determines the output format, either summary, text, json, yaml, or pp). These variables often require specific values that are unique to each organization.

+
+
+
+

Many Users, Same Repo

+

It is possible for multiple users to access the server using the same knife.rb file. (A user can even access multiple organizations if, for example, each instance of the chef-repo contained the same copy of the knife.rb file.) This can be done by adding the knife.rb file to the chef-repo, and then using environment variables to handle the user-specific credential details and/or sensitive values. For example:

+
current_dir = File.dirname(__FILE__)
+  user = ENV['OPSCODE_USER'] || ENV['USER']
+  node_name                user
+  client_key               "#{ENV['HOME']}/.chef/#{user}.pem"
+  validation_client_name   "#{ENV['ORGNAME']}-validator"
+  validation_key           "#{ENV['HOME']}/.chef/#{ENV['ORGNAME']}-validator.pem"
+  chef_server_url          "https://api.opscode.com/organizations/#{ENV['ORGNAME']}"
+  syntax_check_cache_path  "#{ENV['HOME']}/.chef/syntax_check_cache"
+  cookbook_path            ["#{current_dir}/../cookbooks"]
+  cookbook_copyright "Your Company, Inc."
+  cookbook_license "apachev2"
+  cookbook_email "cookbooks@yourcompany.com"
+
+  # Amazon AWS
+  knife[:aws_access_key_id] = ENV['AWS_ACCESS_KEY_ID']
+  knife[:aws_secret_access_key] = ENV['AWS_SECRET_ACCESS_KEY']
+
+  # Rackspace Cloud
+  knife[:rackspace_api_username] = ENV['RACKSPACE_USERNAME']
+  knife[:rackspace_api_key] = ENV['RACKSPACE_API_KEY']
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/knife_xargs.html chef-11.12.8/distro/common/html/knife_xargs.html --- chef-11.8.2/distro/common/html/knife_xargs.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/knife_xargs.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,115 @@ + + + + + + + + + knife xargs — chef-client Man Pages + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ +
+

knife xargs

+

The knife xargs subcommand is used to build and execute command lines against objects on a server using standard input.

+
+

Syntax

+

This argument has the following syntax:

+
$ knife xargs [PATTERN...] (options)
+
+
+
+
+

Options

+
+

Note

+

Review the list of common options available to this (and all) Knife subcommands and plugins.

+
+

This subcommand has the following options:

+
+
-0
+
Indicates that a NULL character (\0) will be used as a separator, instead of white space. Default: false.
+
--chef-repo-path PATH
+
The path to the chef-repo. This setting will override the default path to the chef-repo. Default: same as specified by chef_repo_path in config.rb.
+
--concurrency
+
The number of allowed concurrent connections. Default: 10.
+
--[no-]diff
+
Use to show a diff when a file changes. Default: --diff.
+
--dry-run
+
Use to prevent changes from being uploaded to the server. Default: false.
+
--[no-]force
+
Use to force the upload of files even if they haven’t been changed. Default: --no-force.
+
--local
+
Indicates that a command line will be built or executed against a local file. Set to false to build or execute against a remote file. Default: false.
+
-n MAX_ARGS, --max-args MAX_ARGS
+
The maximum number of arguments per command line. Default: nil.
+
-s LENGTH, --max-chars LENGTH
+
The maximum size (in characters) for a command line. Default: nil.
+
-p [PATTERN...], --pattern [PATTERN...]
+
One (or more) patterns for a command line. If this option is not specified, a list of patterns may be expected on standard input. Default: nil.
+
-I REPLACE_STRING, --replace REPLACE_STRING
+
Use to define a string that will be used to replace all occurrences of a file name. Default: nil.
+
-J REPLACE_STRING, --replace-first REPLACE_STRING
+
Use to define a string that will be used to replace the first occurrence of a file name. Default: nil.
+
--repo-mode MODE
+
The layout of the local chef-repo. Possible values: static, everything, or hosted_everything. Use static for just roles, environments, cookbooks, and data bags. By default, everything and hosted_everything are dynamically selected depending on the server type. Default value: default.
+
-t
+
Indicates that the print command will be run on the command line. Default: nil.
+
+
+
+

Examples

+

The following examples show how to use this Knife subcommand:

+

Use output of knife deps to pass command to knife xargs

+
$ knife deps nodes/*.json | xargs knife upload
+
+
+
+
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/objects.inv and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/objects.inv differ diff -Nru chef-11.8.2/distro/common/html/search.html chef-11.12.8/distro/common/html/search.html --- chef-11.8.2/distro/common/html/search.html 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/search.html 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,84 @@ + + + + + + + + + Search — chef-client Man Pages + + + + + + + + + + + + + + +
+Chef +
+ + + + +
+
+ +
+ + +

Search the Documentation for Chef

+ +
+ +

+From here you can use a scoped Google search query to search all of the documentation about Chef that is located at docs.opscode.com. (This page requires JavaScript be enabled to view the search box.) +

+ + + + + 




+ + 




+ +
+ + +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/searchindex.js chef-11.12.8/distro/common/html/searchindex.js --- chef-11.8.2/distro/common/html/searchindex.js 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/searchindex.js 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1 @@ +Search.setIndex({objects:{},terms:{kickstart:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],perl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chisamor:12,poorli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prefix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dirnam:24,rsyslog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oldest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],whose:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],accur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],service_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],umask:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chef_typ:[0,14,28,29,4,7,18],under:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],slowest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],everi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_maintain:5,upstream:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],affect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ibm305ramac:1,csshx:30,cmd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],upload:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rabbitmq:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rabbitmqctl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],x86_64:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],proxy_url:27,hord:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_java:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hint_fil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],direct:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chef:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],consequ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],second:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],street:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aggreg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ips_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],start_chef:27,blue:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hide:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],eventlet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],asid:25,dism:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"new":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],net:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],topolog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],metadata:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],supervisor_servic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],default_attribut:[4,0],manipul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],run_list_item:[29,9,31],never:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],macports_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],here:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],num_vers:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recipe_nam:[29,0],path:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],print_aft:[],interpret:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hosted_everyth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dry:[6,32,26],erl_cal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],runlist:[9,31],brought:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],substr:24,unix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],printf:1,hipchat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],txt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],describ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],would:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bundler:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],call:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],asset:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recommend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],indiana:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],envdir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],until:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fastcgi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],relat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],server_url:25,notic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],warn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exce:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],relai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],killal:31,hold:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],must:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gecod:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],join:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],orgnam:[24,18,27],setup:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],work:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bluebox:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],raid1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],erb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fnmatch:28,root:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ss6p92l_sca:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],minfd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],overrid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],give:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],smtp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],elrepo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],indic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],want:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],end:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],quot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vagrant:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],how:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],env:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],place:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],checkin:1,updat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],after:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hide_healthi:[],lab:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],befor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],arch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],parallel:[13,30,19,24],demonstr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],request_path:14,attempt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],client_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opaqu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bootstrap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],credenti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],python_virtualenv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exclud:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alias:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],maintain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],environ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],danno:7,enter:[12,20,31,0,14,1,29,30,15,28,4,5,6,32,7,34,17,24,33,18],order:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oper:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],over:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],php_pear:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],becaus:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],privileg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vari:[33,27],cli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],generic_execut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],denver:34,better:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],persist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hidden:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],erlang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windowsreboothandl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],them:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],woken:31,thei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fragment:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rackspaceknif:5,"40g":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],choic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],etag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],changelog:28,use_sudo:[],languages_ruby_vers:15,timeout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],each:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],debug:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],search_queri:[30,15,5],eacc:31,side:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mean:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],voxel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_user:[],log_loc:27,extract:[6,9,19,13],linod:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unshar:5,network:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reg_sz:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],god:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],newli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],content:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rewrit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],devops_prod1:34,billing_admin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],erubi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],http_request:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],putti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gunicorn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ntp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],multilib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],free:1,standard:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],qword:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],node1:29,kit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"1_0_0":5,"1_0_1":5,"1_0_2":5,"1_0_3":5,reconfigur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sigkil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reg_dword_big_endian:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],whateverthedefaultmightb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],openssh:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],openssl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],filter:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iso:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],isn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nosess:24,pristin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rang:[12,15],render:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mkdir:27,cron_d:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],system:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],restrict:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hook:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hkey_classes_root:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alreadi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],messag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apt_repositori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],agre:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],primari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],role1:0,tinydn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],top:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sometim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mercuri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],master:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],too:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],amqp_us:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],listen:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cloudform:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iptabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],consol:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"8wjyvhy9fhcegaareg":33,namespac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tool:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],erchef:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0a58cf8":15,yield:24,"10g":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bookshelf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],task:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],max_arg:26,auxw:31,target:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],provid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tree:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zero:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],project:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],matter:24,gnupg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],british_sea_pow:27,minut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],provis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],abov:27,ram:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mine:27,unicast:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],raw:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],seed:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_rubi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],environment_nam:[9,4,23],client:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chefservicefeatur:27,even:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],template_fil:[],though:29,usernam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],glob:28,object:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],regular:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],s001:31,specifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],letter:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],breakpoint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],don:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],doc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],doe:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_licens:24,wildcard:[20,15,23,24],teck:7,enclos:24,unchang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],runit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opposit:[6,13,19,32],whitelist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],random:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ruby_block:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],syntax:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],radio:7,identifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dhcpserver:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],make:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],celeri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],absolut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bind:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],layout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0a58e134":15,holder:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fstab:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lwrp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ldap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],folder:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oct:30,firewall_rul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],likewis:5,stop:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],amazon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],servermanagercmd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],report:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],youtub:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"public":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],runa:31,reload:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],respond:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_python_django:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],groupinstal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],homedr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],num:30,mandatori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],result:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],respons:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],noinput:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],key_fil:31,mdadm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],best:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rsa_kei:18,awar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],said:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],databas:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],multiinst:24,wikipedia:24,discoveri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],irb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],irc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],approach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],databag:14,attribut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],extend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],extens:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],host_key_verifi:[],toler:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],advertis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],protect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],metadta:28,easi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],met:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],howev:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],against:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fedora13:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],logic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],countri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],login:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stopsign:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],com:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],publishset:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],excess:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_descript:5,usr2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],your_email:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],usr1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],diff:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trust:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],assum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],duplic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chrome:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fri:30,patch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],three:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],webpi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trigger:31,basic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],homepath:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hesit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],quickli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],life:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],file_edit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],suppress:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],worker:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],telnet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ani:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verify_api_cert:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_java_tomcat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],child:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"catch":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],no_dep:[],ident:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],data_bag_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gnu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],servic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],properti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],calcul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dashboard:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nexenta:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cont:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],remount:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],player:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],attribute_nam:29,conf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sever:15,cookbook_vers:[4,5,28],growl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],perform:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],suggest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],use_last_modifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],couchdb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],preserv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],descend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],djbdn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],complet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],raid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],orgmapp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rais:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],portal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unicorn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tune:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mirror_expir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kept:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],scenario:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"30t21":5,inherit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],contact:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],thi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gzip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],everyth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],left:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],protocol:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],just:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sigusr1:31,bandwidth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],qr_knife_web:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],human:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],name_of_servic:17,yet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],languag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],previous:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mod_php:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],had:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],macport:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],save:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ubuntu12:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ubuntu10:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opt:1,applic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],supervisord:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],metabas:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fusion:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"256f884f":12,shadow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],daemon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],specif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],deprec:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nrpe:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],arbitrari:[13,33,19,24],manual:[30,31],graylog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],deploy_revis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],public_kei:[7,18],sublime_text:24,grizzli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],underli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],multi_str:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],right:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_python_celeri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],interv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],percentag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],intern:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],user_kei:[],successfulli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],transmiss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],knife_config:27,total:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],setloc:27,fidel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tornado:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],select:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],condit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],script_fil:1,localhost:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],core:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],plu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uncompress:5,repositori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],peer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],post:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"super":31,subkei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],plug:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],postgresql:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],surround:[13,0,28,29,3,19,18],birdman:7,svn_argument:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],horizon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],commit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_port:[],"float":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],profession:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],www:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],value_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],run_list:[12,29,27,0,1],storag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],git:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],support:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nova:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],why:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],avail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reli:27,gid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wordpress:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],editor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],war:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fork:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],head:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],noevict:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],form:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],forc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],macterm:30,transmission_torrent_fil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],useradd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"25t23":5,"true":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reset:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wmi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],attr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],type:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unpin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],maximum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mtu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],inaccur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],solaris_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opensus:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],featur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],openbsd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_php_php:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],decrypt:33,exist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],glanc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ship:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],check:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sticki:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],assembl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vista:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],groupmod:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],encrypt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],when:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],actor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],win_wget_p:27,role:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],test:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],roll:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],node:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],notif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],intend:24,phoenix:34,null_separ:[],kvm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],notepad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],devop:[0,28,29,4,5,18],stompserv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],intent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],consid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sql:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],younger:7,search_attribut:1,longer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],anywher:[6,32],ignor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],time:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],push:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],backward:25,skip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],consum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],redis2:5,mysql_databas:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netbsd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],childn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],row:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],millisecond:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],varnish:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],depend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zone:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],decim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],installonlypkg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],decis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],jvm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aspx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],undon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sourc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],string:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbooks_path:9,cloudstack:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lru:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],template_filenam:27,brows:[6,32],public_hostnam:30,supervisor_group:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_batch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hour:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],administr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],level:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],did:12,item:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cooki:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reregist:[7,18],dir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],validation_kei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_featur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bffcreat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sign:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cost:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unprotect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],learnchef:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],port:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"5272a43f":12,raid5:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],appear:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],icinga:5,current:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],id3lib:5,reg_binari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],executionpolici:27,gener:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unauthor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],satisfi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],modif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],address:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],along:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],redmin:5,wait:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],box:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chef_environ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],invit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netdev:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],checksum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],membership:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],behav:24,healthi:12,regardless:27,rightscal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],extra:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],modul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],test_system:1,prefer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],anagram:24,seattl:34,visibl:1,instal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],regex:[29,3,28,0,18],memori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],subvers:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],msn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],live:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],handler:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],msi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],criteria:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],checkout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],peopl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rabbitmq_chef:5,visual:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],templat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trywgfa6r70no28pnhmpghevkbzuxouemnbnauqsuyo:33,effort:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],role_nam:[29,0,23],tokyo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uniqu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cat:1,descriptor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],profitbrick:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],graphit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],can:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cloudkick_monitor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],purpos:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nearest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],backslash:24,agent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],topic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],critic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recycl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],occur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alwai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sundai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],multipl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gem_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uptim:30,write:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mixlib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_reboot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],purg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],webplcmdlin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stomp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],map:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],product:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],omnitruck:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],max:26,clone:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sp4:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],identity_fil:[30,27],appnam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hklm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],log_level:[9,31,27],roundrobin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],data:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],man:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nullsoft:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],purge_before_symlink:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],logwatch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],inform:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],preced:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],combin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],talk:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],port_list:24,config_fil:10,ssh_wrapper:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],partial_search:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ttl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gitignor:20,still:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dynam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],entiti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_ruby_rail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],conjunct:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],group:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],monitor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rvm:27,duplex:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],name_statu:[],platform:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],window:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gem:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],main:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],non:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],main_monitor:3,rake:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],initi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bound:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],run_stat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],safari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],half:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nov:31,superset:24,discuss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],term:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],name:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],drop:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],separ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],junip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],domain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],replac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],individu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],continu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unlock:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gnu_parallel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],year:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],happen:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],subnet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],shown:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"3rd":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],space:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"100g":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],profil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vrrp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],internet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],formula:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],correct:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hkey_us:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],orgtest:15,migrat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],argv:1,mime:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pacman_aur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],org:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"byte":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],care:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reusabl:28,suffici:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],question:24,frequenc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],synchron:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],homebrew_tap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],turn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fa0fc4abf3f6787aeb5c3c5c35de667c:28,router:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],principl:24,think:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],frequent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],first:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],origin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],directli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],carri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],onc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],arrai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_auto_run:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],use_current_branch:[],fast:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oppos:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ring:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],open:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],predefin:1,size:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],given:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reprepro:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],silent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],install_chef:27,ssh_command:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iaa:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],baremetalcloud:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cumul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],averag:30,white:26,apt_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],json_attrib:[9,27],repo_mod:[],provinc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],copi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],full_control:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],artifact:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],broadcast:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],github:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hup:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mostli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nested_attribut:15,pecl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],than:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],png:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],serv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wide:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],user_hom:[],sbuild:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cloudkick_check:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],posix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],balanc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],were:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],posit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zsh:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pre:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lowest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],config_cont:27,pro:24,delim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],argument:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],client_kei:[24,31],ant:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],medium:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],smartos_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bash:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],extralarg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],engin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],displayvers:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],destroi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],note:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sendfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ideal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],copyright_hold:28,take:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],noth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],channel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],begin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sure:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trace:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],normal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],buffer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compress:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],statu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],instiki:5,timestamped_deploi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],beta:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pair:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_ruby_passenger_apache2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],collectstat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],later:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],drive:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reg_expand_sz:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],runtim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],superblock:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],expand_str:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],steadi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],review:[0,1,2,3,4,5,6,7,8,11,12,14,15,16,32,27,20,21,22,23,26,18,28,29,30,33,34],"4d44b5b":5,show:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],encrypted_data_bag_secret:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],concurr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],permiss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sysctl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rotat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],xml:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],onli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],moneta:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],transact:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],activ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],written:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_java_webapp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dword:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hello_world:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],overwritten:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nearli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],variou:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],get:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stdout_logfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],secondari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],repo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cannot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],requir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chef_shel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],debian5:27,aptitud:30,netscalar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],where:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],summari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wiki:[24,5],kernel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],installshield:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],proce:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],endloc:27,data_bag:[24,33,14],python_pip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],xenserv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],detect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netdev_interfac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],label:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],enough:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],volatil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],between:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"import":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],across:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sname:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],parent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],node_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],screen:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fundament:28,syntax_check_cache_path:24,uncondition:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],come:24,tue:31,gpasswd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uuid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_path:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],region:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],quiet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pychef:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],library_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],datamapp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mani:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],runcontext:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rabbitmq_vhost:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reindex:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prereleas:27,color:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],period:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],symfoni:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],colon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],generic_writ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cancel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bluepil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ultim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],west:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rebuild:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],replace_str:26,altern:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mark:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],spiceweasel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rebuilt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],my_cookbook:28,rubi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],editpad:24,bare_directori:[],those:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"case":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],eip:20,pedant:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mount:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],invok:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],librato:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],suse:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_nginx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stdout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],metric:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],airbrak:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cluster:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ascii:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aa384235:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],develop:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dry_run:[],author:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],media:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],same:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],binari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],html:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],document:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],week:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],finish:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],webserv:[20,29,30,23,6,32,27],see:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nagios_nrpecheck:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],confidenti:33,openldap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cinder:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],extern:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],repoforg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],appropri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],without:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],disassoci:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],model:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],etm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],a29d6f254577b830091f140c3a78b1f:28,execut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],loaderror:30,key_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kill:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aspect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],org_cleanu:3,touch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],passphras:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],http_proxi:27,speed:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aws_access_key_id:24,samba:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],display_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],except:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apache2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],identif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],instrument:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],blob:27,query_to_run:15,ruby1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pill:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iis_app:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],real:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],around:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ohai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],read:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],traffic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],platform_vers:28,world:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yyyymmddhhmmss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],meaning:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iftop:5,integ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],server:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],either:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],output:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rubyv:1,manag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cisco:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],glesi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pushi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],user_nam:[30,7],freez:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rsync:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],keytab:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],easili:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],definit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],appscript:30,exit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],highcpu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],portage_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],knife:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],refer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],power:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],asterisk:24,inspect:[6,13,19],a45298c9:12,starttim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fulli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bazaar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],comparison:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],central:9,ack:5,gplv2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gplv3:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],appcmd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],acl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chef_server_url:[24,31,25,27],act:25,backup:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],processor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],effici:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_ruby_memcach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],your:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],charli:33,hkey_current_config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],log:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_nginx_load_balanc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],daemontool:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],overwrit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],start:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],interfac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ipv4:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ipv6:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iis_pool:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bundl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],untar:5,cabinet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opensolari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],activemq:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],faster:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chefclientfeatur:27,pull:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],possibl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"default":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pacman:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],powershell_script:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vhd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],embed:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],expect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cbc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],displaynam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uid:33,creat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],certain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],remote_directori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yourcompani:24,chef_handl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fail2ban:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],file:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fill:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],incorrect:31,file_maxbyt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],googl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prepend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],field:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],valid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],you:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trash:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_gatewai:[],architectur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],openid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],codecademi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],registri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sublim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sequenc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],symbol:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pear:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fsck:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],track:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],snitch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dropbox:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],djbdns_rr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pool:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netdev_lag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],directori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_copyright:24,mask:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mash:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],use_etag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],escap:24,cpu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],scm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],represent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],all:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],selinux:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],forbidden:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],month:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lacp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netdev_l2_interfac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],follow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],disk:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],children:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sympa:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dsl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],init:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],program:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],app_conf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],introduc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cloudkick:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],global:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fals:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],secret_fil:[],subcommand:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],util:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verb:[13,21,22,8,24,11,19],failur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],veri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ossec:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],excluded_memb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],list:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recipe_fil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stderr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],plain:33,small:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pid_fil:31,enterpris:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],drbd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sync:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],past:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],syslog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rate:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],keyston:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],design:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pass:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_attr:30,val2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],val1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],current_dir:24,devops_data:33,what:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yum_repositori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sub:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],section:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],abl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],brief:[12,13,19],rackspac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],delet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],abbrevi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],version:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],noprofil:27,method:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zookeep:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],full:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hash:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],berkelei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],situat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],solari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trunk:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gandi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fred:33,modifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],valu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],thrift:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],search:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],memcach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prior:[13,19,20],amount:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],action:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],elsewher:9,transit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bluepill_servic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tmux:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],filenam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iis_sit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],establish:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],redisio:4,proceed:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],regist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],two:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],validation_client_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],taken:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],more:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],flat:8,aws_elastic_lb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],desir:24,rpc_password:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],slicehost:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],flag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],particular:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],known:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compani:24,destin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],installroot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],psql:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],none:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],endpoint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pkgbuild:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dep:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dev:[12,29,15,4],histori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oktawav:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],remain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hkey_local_machin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],learn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],deb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nagio:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],external_url:5,prompt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sensu:4,share:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bootstrap_directori:27,accept:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verify_non:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],minimum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],poni:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],explor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],csh:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],freshli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],secur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rather:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],anoth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pxe_dust:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reject:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],simpl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],distro:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],regener:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],resourc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],referenc:[7,18],vlan:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fstype:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rbac:24,bootstrap_vers:[],associ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_php_mod_php_apache2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"short":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],postfix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],created_at:5,django:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],caus:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],allkei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],azur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],logrot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opscod:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],help:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],templatefortextstr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],i386:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],through:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],htop:5,paramet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],create_dirs_before_symlink:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],systemd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exact:[29,15],pend:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_nam:[0,23,5,28],bypass:[6,13,19],verbose_command:[],application_python_gunicorn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],independ:24,"return":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],graylog2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],timestamp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],framework:31,detach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],admin_nam:24,instruct:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],authent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"1password":5,userprofil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],token:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],average_r:5,compris:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],found:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unicod:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],only_if:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],truncat:[29,5],denni:7,"300mb":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hard:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],crontab:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],connect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],new_client:1,portland:34,beyond:24,event:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ftp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vancouv:34,robert:7,publish:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mirrorlist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],print:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],occurr:26,file_nam:[28,7,18],pgdg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],qualifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],asp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],proxi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],advanc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],campfir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],quick:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reason:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],base:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ask:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],workstat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],basi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],launch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],omit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],perman:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],heartbeat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],assign:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],notifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prevent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],number:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],placehold:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],env_vari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],done:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stdlib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],file_atomic_upd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gpl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssl_ca_path:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],php:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],script:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ipaddress:1,interact:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unrestrict:27,least:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],checkpoint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],swarm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],win2k8:15,storm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zeromq:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],scheme:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],journli:4,jetti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],store:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dpkg_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],statement:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],behind:24,bag_nam:33,part:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pars:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],consult:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dpkg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reinstal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],grep:[31,5,27],remot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],remov:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reg_qword:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],randomli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],comput:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gvim:24,packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],expir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dedic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"null":26,option:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],berkshelf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],built:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],equival:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],also:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],centos5:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rakefil:20,build:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stackforg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],splai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pipelin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],distribut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exec:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],previou:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],erlang_solut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],most:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],private_kei:1,alpha:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],clear:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cover:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],destruct:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],clojur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],clean:30,microsoft:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],readme_format:[],carefulli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],xcode:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alphanumer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ignore_failur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],session:25,value_data:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fine:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],affin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cssh:30,firewal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pretti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],solut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],jtimberman:[5,27],darwin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yml:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],everysec:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unus:[7,18],chef_gem:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"__file__":24,express:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verify_p:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nativ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fastest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],restart:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"225f954f":12,data_bag_name_or_path:33,crt:20,boost:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],your_company_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],common:[0,1,2,3,4,5,6,7,8,10,11,12,13,14,15,16,32,18,19,20,21,22,23,24,26,27,28,29,30,33,34],gelf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],syntax_check_cach:24,certif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],set:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dump:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],creator:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],startup:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ifconfig:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],emac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],arg:26,reserv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ark:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],flavor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ps1:27,git_ssh:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],example_nod:1,jenkin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],someth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],subscript:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],max_arguments_per_command:[],solo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gemfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_password:[],numer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],javascript:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],succeed:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],distinguish:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],solr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],popul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],both:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reg_multi_sz:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],delimit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hint_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pdn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],context:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lash:1,application_ruby_unicorn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],load:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],markdown:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],point:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],schedul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],header:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],shutdown:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],linux:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ucspi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],desktop:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],authz:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rackspace_api_kei:24,unsuccess:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],java:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],devic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],omnibu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],empti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],secret:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],strategi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],atomic_upd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],imag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],understand:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0_8_0":5,bifrost:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],look:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],registry_kei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],frozen:28,hkcc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bill:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],batch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],durat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],formatt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"while":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],corpsit:20,behavior:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],error:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hkcr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],maradn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],loop:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hkcu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ami:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],motd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],key2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],key1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],readm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],client_desc:1,dynect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],itself:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cento:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],skype:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vcloud:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unmount:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fedora:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],grant:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],belong:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hadoop:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],shorter:1,octal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],conflict:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],higher:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],x86:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0_7_0":5,wherea:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],inflat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alert:5,jpackag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],temporari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],user:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chang:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lower:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sha1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lib:27,older:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],entri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],person:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reflect:4,elev:31,rbenv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],propos:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],override_attribut:[4,0],mysql:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],openstack:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"07z":5,shortcut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],freebsd_port_opt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],web03:15,appli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],input:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tell:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],subsequ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],approxim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],powershel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vendor:5,obsolet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fqdn_or_ip_address:27,format:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ipmi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],main_attribut:15,local_download_path:27,nginx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exceptionclass:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],characterist:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dynect_rr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fsync:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],signal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],svlogd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],resolv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],elaps:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],collect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],princip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"boolean":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alrm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],encount:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vsphere:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],often:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],simplifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],add_formatt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],acknowledg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],creation:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],some:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],back:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unspecifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sampl:[29,33,0],staticfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],force_overrid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mirror:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],virtualenv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lamin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],per:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pem:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],retri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],larg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_python:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],slash:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],max_command_lin:[],proc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],snort:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],machin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],run:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],agreement:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],step:31,wget:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],crond:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ufw:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],generic_read:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],constraint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],drbdadm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],idl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],block:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],instance_typ:15,nsi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],doubl:24,ohai_tim:1,smart_o_s_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opscodesupport:5,within:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ensur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rundeck:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],errno:31,megabyt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"long":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],custom:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],includ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],suit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],forward:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],repo_nam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],properli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ifcfg:15,myinstal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],textpad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],remote_source_msi_url:27,pwd:27,link:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],translat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],newer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],atom:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],noninteract:27,line:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],php_pear_channel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],info:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],utc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],consist:[24,0],munin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rabbitmq_plugin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nscd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],similar:[13,18,14,20,21,30,15,28,4,22,29,34,24,8,9,11,19,27],nsca:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],supervisor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],doesn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],repres:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"char":26,server01:30,incomplet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],curl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],titl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sequenti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],invalid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"_imag":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],librari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nice:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gigabyt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mongodb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],drag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],percona:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],eval:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],splunk:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ladvd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],desert:23,svn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"1024mb":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],infrequ:[13,19,1],algorithm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],confirm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],svc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],depth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],minproc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chef_overview_attribut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hello:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],endtim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],code:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],partial:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],queri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],groupadd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],steve:7,privat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ulimit:4,base64:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],send:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aris:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fatal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],user_password:[],sent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],passiv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unzip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vlc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],volum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],magic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netdev_vlan:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],id_rsa:27,geograph:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hive:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"try":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pleas:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],impli:15,jdk:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cron:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],slackwar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],download:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],click:31,append:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],index:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],a47823c9:12,gunicorn_instal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],winrm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],find:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],access:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_registri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],f65c969b:12,logloc:[9,31],isapi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hku:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],let:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ubuntu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],becom:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sinc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],convert:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],copyright:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apt_prefer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aardvark:24,larger:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],converg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rpm_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ctl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],typic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],honor:25,configur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],firefox:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ago:12,danger:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],win:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],app:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gatewai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],api:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],smartmon:28,redi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cloud:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],from:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],commun:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hudson:5,upgrad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],nexu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],next:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],websit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],few:31,use_conditional_get:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],usr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sort:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],src:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mismatch:4,sbin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"transient":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iis_modul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],starter:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],justin:24,account:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chdir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],retriev:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tunnel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alia:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],crazi:33,fetch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],control:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sqlite:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],weaker:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tap:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],process:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lock:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sudo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_collect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],high:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],proprietari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tarbal:5,serial:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],someurlher:28,symlink_before_migr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],delai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sit:24,zenpack:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reg_dword:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],instead:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],opscode_us:24,zendmd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],msdn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],somelongurlher:28,overridden:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],watch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apicli:18,chef_repo_path:[20,21,32,23,22,6,8,11,26],physic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],alloc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],delete_kei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],essenti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_known_host:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zenoss:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],correspond:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],issu:[24,31],client_foo:18,allow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yum_globalconfig:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aws_secret_access_kei:24,jira:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],restorecon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],comma:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],webpi_product:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],suppli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],admin_client_nam:[],infrastructur:[9,24],openvpn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],asa:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bittorr:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],therefor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],keepaliv:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],iis_config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],greater:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],python:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],auto:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rabbitmq_us:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],auth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],devel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rubygem:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],data_bag_item:33,fingerprint:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],front:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],file_cache_path:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],trac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],anyth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],edit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],radiant:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pacman_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0a7cffd5":15,mode:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],all_cap:24,subset:[12,13,30,19,17],chunk:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],riak_clust:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],meta:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"static":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ec2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],citrix:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],differ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],special:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],out:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],variabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gentoo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],armor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reboot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],users_manag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rails_enterpris:5,categori:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],suitabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rem:27,hardwar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dhcp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"_default":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],merg:[0,5],local_destination_msi_path:27,red:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sql_server:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],insid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],workflow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kilobyt:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],standalon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],releas:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tenant:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],qpid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stackscript:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],could:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],put:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fqdn:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],keep:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],length:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],outsid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],retain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_fil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],no_proxy_url_or_ip:27,polici:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],echo:27,date:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ssh_attribut:[],puppet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pgp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kerbero:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],owner:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],facil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],underscor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prioriti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unknown:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],licens:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chefignor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],capac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wrapper:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],attach:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],privaci:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],termin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"final":27,udp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],shell:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fuzzi:15,shallow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rdoc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rsa:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exactli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],haven:26,passenger_apache2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],prune:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],split:1,stderr_logfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],structur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],charact:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sens:5,sensit:[24,33],torrent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],start_tim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dmg_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],disable_edit:[],plaintext:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],remote_fil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],inno:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],download_directori:28,have:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bootstrap_proxi:27,cfengin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],freebsd_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],min:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rout:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],atim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],accuraci:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],which:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],json_class:[0,14,28,29,4,7,18],datacent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],zlib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],force_default:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],reposerv:27,unless:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],freebsd:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],deploy:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],who:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oracl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],discov:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cipher:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],deploi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],xarg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kuwata:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],segment:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"class":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],p180:27,url:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],request:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uri:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recipe_url:9,deni:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],snapshot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],determin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],editpa:24,aws_elastic_ip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],text:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verbos:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bring:31,nagl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vim74:24,redirect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],highest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],locat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],launchpad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rackspace_usernam:24,terremark:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"26am":31,jar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sendmail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],should:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],local:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],contribut:5,"226ca64f":12,notat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],familiar:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],passeng:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],autom:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],beam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],increas:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],replace_al:[],enabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],organ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],twice:29,upper:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sudoer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],num_to_keep:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sha:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],integr:[9,17],contain:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],script_path:[],view:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],debconf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],conform:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],legaci:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],libshadow:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],signatur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rc1:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],elast:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],temporarili:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],imagemagick:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],xxxxx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],closer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],datadog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],impos:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],open_sourc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],correctli:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pattern:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],windows_shortcut:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],favor:30,state:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],progress:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],application_php:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],email:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],verifi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],retry_delai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],job:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],entir:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],homebrew:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],swift:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],addit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],plugin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],admin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],equal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],etc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],instanc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uncaught:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],testclient:18,strftime:1,resource_collect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],comment:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],epel:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pacman_group:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],replace_first:[],hyphen:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],chmod:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],name_onli:[],b4c32f2:5,rpm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ceilomet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mailto:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],quit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_email:24,yaml:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bluelock:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dword_big_endian:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compos:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],insuffici:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],compon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],json:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ruleset:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],scriptabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ia2itmjrsw8:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],immedi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],capistrano:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vmware:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bulk:[29,28,0,18],togeth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],last:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],thesecret123:33,present:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],authorized_kei:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],need:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mvc3:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],samba_us:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],defin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hkey_current_us:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],flowdock:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],helper:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],squid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],site:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],archiv:[9,5],lightweight:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],incom:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],revis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],parti:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],member:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],handl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],amazonec2tag:5,infer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],backtrac:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],http:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],hostnam:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],again:33,keepal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],upon:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],effect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],identify_fil:30,logfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],yum_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tftp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],expand:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cosmet:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],center:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],not_if:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],well:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exampl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],command:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],digitalocean:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],fail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],setx:27,latest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],newest:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],paus:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],less:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tcp:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],end_tim:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],webui:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sdanna:5,simultan:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sku:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],web:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],foo:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],add:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],myhelpermodul:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apparmor:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],foobar:29,logger:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],warrant:[13,19,1],match:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],cookbook_path:24,cpan:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],know:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mynod:[23,27],password:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],recurs:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],insert:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],resid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],like:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],success:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],latest_vers:5,amazonaw:[12,30],necessari:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],page:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],apachev2:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],shef:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],eucalyptu:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],revers:12,captur:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],twitter:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],installer_typ:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],kdc:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],msiexec:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gevent:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"export":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],flush:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],proper:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],home:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],supervisor_fcgi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],transport:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tmp:31,cookbookvers:28,leaf:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],leak:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],leav:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0a7ca19f":15,easy_install_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],throttl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],usag:[13,19,1],symlink:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],maven:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],vhost:5,host:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],offset:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stage:4,homesick:5,about:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ntlm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],actual:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],socket:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],column:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],gunicorn_config:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],haproxi:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],loftninja:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],disabl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sort_revers:[],own:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],automat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],guard:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],been:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],smarto:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],merb:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],virtualbox:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"56g":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],omnio:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],transfer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],netfx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],singl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],appl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],downgrad:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],progra:24,"var":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],exampleorg:18,"function":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],unexpect:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],subscrib:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],baseurl:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],addloc:27,bff_packag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],uninstal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],oauth:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],inlin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],bug:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],count:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],made:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],wise:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],arp_tabl:24,dmg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],whether:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aws_ebs_volum:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],displai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],brightbox:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],asynchron:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],record:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],below:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],limit:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],lvm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],otherwis:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],problem:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],extrasmal:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pin:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"int":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],descript:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],dure:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pid:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],updated_at:5,ephemer:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],implement:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],ini:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],mtime:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],pip:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],daemontools_servic:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],inc:24,windows_zipfil:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],aws_resource_tag:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],boot:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],detail:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],virtual:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],other:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],branch:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],riak:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],upstart:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],juno:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rackspace_api_usernam:24,"100m":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],sbdm:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],debian:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],stai:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"25z":5,sphinx:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],tomcat:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],scientif:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],rule:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],blog:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],emerg:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34],"0_8_1":5,cookbook:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34]},objtypes:{},titles:["knife role","knife exec","knife configure","knife recipe list","knife environment","knife cookbook site","knife download","knife user","knife list","chef-solo","Common Options","knife delete","knife status","chef-client Man Pages","knife raw","knife search","knife index rebuild","chef-server-ctl","knife client","knife","knife diff","knife edit","knife show","knife deps","Working with Knife","chef-shell","knife xargs","knife bootstrap","knife cookbook","knife node","knife ssh","chef-client","knife upload","knife data bag","knife tag"],objnames:{},filenames:["knife_role","knife_exec","knife_configure","knife_recipe_list","knife_environment","knife_cookbook_site","knife_download","knife_user","knife_list","ctl_chef_solo","knife_common_options","knife_delete","knife_status","index","knife_raw","knife_search","knife_index_rebuild","ctl_chef_server","knife_client","knife","knife_diff","knife_edit","knife_show","knife_deps","knife_using","ctl_chef_shell","knife_xargs","knife_bootstrap","knife_cookbook","knife_node","knife_ssh","ctl_chef_client","knife_upload","knife_data_bag","knife_tag"]}) \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_sources/ctl_chef_client.txt chef-11.12.8/distro/common/html/_sources/ctl_chef_client.txt --- chef-11.8.2/distro/common/html/_sources/ctl_chef_client.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/ctl_chef_client.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,36 @@ +===================================================== +chef-client +===================================================== + +.. include:: ../../includes_chef_client/includes_chef_client.rst + +.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client.rst + +.. note:: .. include:: ../../includes_config/includes_config_rb_client.rst + +Options +===================================================== +.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_11-8_options.rst + +Run with Elevated Privileges +===================================================== +.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_elevated_privileges.rst + +Linux +----------------------------------------------------- +.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_elevated_privileges_linux.rst + +Windows +----------------------------------------------------- +.. include:: ../../includes_ctl_chef_client/includes_ctl_chef_client_elevated_privileges_windows.rst + +Examples +===================================================== + +**Start a Chef run when the chef-client is running as a daemon** + +.. include:: ../../step_ctl_chef_client/step_ctl_chef_client_start_chef_run_daemon.rst + +**Start a Chef run manually** + +.. include:: ../../step_ctl_chef_client/step_ctl_chef_client_start_chef_run_manual.rst \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_sources/ctl_chef_server.txt chef-11.12.8/distro/common/html/_sources/ctl_chef_server.txt --- chef-11.8.2/distro/common/html/_sources/ctl_chef_server.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/ctl_chef_server.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,26 @@ +===================================================== +chef-server-ctl +===================================================== + +.. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server.rst + +Options +===================================================== +.. include:: ../../includes_ctl_chef_server/includes_ctl_chef_server_options.rst + + +Examples +===================================================== +The following examples show how to use |chef server ctl| to manage services. + +**View the status of a service** + +.. include:: ../../step_ctl_chef_server/step_ctl_chef_server_view_service_status.rst + +**Restart a service** + +.. include:: ../../step_ctl_chef_server/step_ctl_chef_server_restart_service.rst + +**Restart all services** + +.. include:: ../../step_ctl_chef_server/step_ctl_chef_server_restart_all_services.rst diff -Nru chef-11.8.2/distro/common/html/_sources/ctl_chef_shell.txt chef-11.12.8/distro/common/html/_sources/ctl_chef_shell.txt --- chef-11.8.2/distro/common/html/_sources/ctl_chef_shell.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/ctl_chef_shell.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,15 @@ +===================================================== +chef-shell +===================================================== + +.. include:: ../../includes_chef_shell/includes_chef_shell.rst + +.. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell.rst + +Modes +===================================================== +.. include:: ../../includes_chef_shell/includes_chef_shell_modes.rst + +Options +===================================================== +.. include:: ../../includes_ctl_chef_shell/includes_ctl_chef_shell_options.rst diff -Nru chef-11.8.2/distro/common/html/_sources/ctl_chef_solo.txt chef-11.12.8/distro/common/html/_sources/ctl_chef_solo.txt --- chef-11.8.2/distro/common/html/_sources/ctl_chef_solo.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/ctl_chef_solo.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,25 @@ +===================================================== +chef-solo +===================================================== + +.. include:: ../../includes_chef_solo/includes_chef_solo.rst + +.. include:: ../../includes_ctl_chef_solo/includes_ctl_chef_solo.rst + +Options +===================================================== +.. include:: ../../includes_ctl_chef_solo/includes_ctl_chef_solo_options.rst + +Examples +===================================================== +**Use a URL** + +.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_url.rst + +**Use a directory** + +.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_use_directory.rst + +**Use a URL for cookbook and JSON data** + +.. include:: ../../step_ctl_chef_solo/step_ctl_chef_solo_url_for_cookbook_and_json.rst diff -Nru chef-11.8.2/distro/common/html/_sources/index.txt chef-11.12.8/distro/common/html/_sources/index.txt --- chef-11.8.2/distro/common/html/_sources/index.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/index.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,126 @@ +===================================================== +|chef client| Man Pages +===================================================== + +The following command line interfaces are available in the |chef client|: + +* :doc:`ctl_chef_client` +* :doc:`ctl_chef_server` +* :doc:`ctl_chef_shell` +* :doc:`ctl_chef_solo` +* :doc:`knife` + +knife +===================================================== +.. include:: ../../includes_knife/includes_knife.rst + +The following sections describe functionality common to all |knife| subcommands: + +* :doc:`knife_using` +* :doc:`knife_common_options` + +|knife| includes the following sub-commands: + +.. list-table:: + :widths: 150 450 + :header-rows: 1 + + * - Sub-command + - Description + * - :doc:`knife_bootstrap` + - .. include:: ../../includes_knife/includes_knife_bootstrap.rst + * - :doc:`knife_client` + - .. include:: ../../includes_knife/includes_knife_client.rst + * - :doc:`knife_configure` + - .. include:: ../../includes_knife/includes_knife_configure.rst + * - :doc:`knife_cookbook` + - .. include:: ../../includes_knife/includes_knife_cookbook.rst + * - :doc:`knife_cookbook_site` + - .. include:: ../../includes_knife/includes_knife_site_cookbook.rst + * - :doc:`knife_data_bag` + - .. include:: ../../includes_knife/includes_knife_data_bag.rst + * - :doc:`knife_delete` + - .. include:: ../../includes_knife/includes_knife_delete.rst + * - :doc:`knife_deps` + - .. include:: ../../includes_knife/includes_knife_deps.rst + * - :doc:`knife_diff` + - .. include:: ../../includes_knife/includes_knife_diff.rst + * - :doc:`knife_download` + - .. include:: ../../includes_knife/includes_knife_download.rst + * - :doc:`knife_edit` + - .. include:: ../../includes_knife/includes_knife_edit.rst + * - :doc:`knife_environment` + - .. include:: ../../includes_knife/includes_knife_environment.rst + * - :doc:`knife_exec` + - .. include:: ../../includes_knife/includes_knife_exec.rst + * - :doc:`knife_index_rebuild` + - .. include:: ../../includes_knife/includes_knife_index_rebuild.rst + * - :doc:`knife_list` + - .. include:: ../../includes_knife/includes_knife_list.rst + * - :doc:`knife_node` + - .. include:: ../../includes_knife/includes_knife_node.rst + * - :doc:`knife_raw` + - .. include:: ../../includes_knife/includes_knife_raw.rst + * - :doc:`knife_recipe_list` + - .. include:: ../../includes_knife/includes_knife_recipe_list.rst + * - :doc:`knife_role` + - .. include:: ../../includes_knife/includes_knife_role.rst + * - :doc:`knife_search` + - .. include:: ../../includes_knife/includes_knife_search.rst + * - :doc:`knife_show` + - .. include:: ../../includes_knife/includes_knife_show.rst + * - :doc:`knife_ssh` + - .. include:: ../../includes_knife/includes_knife_ssh.rst + * - :doc:`knife_status` + - .. include:: ../../includes_knife/includes_knife_status.rst + * - :doc:`knife_tag` + - .. include:: ../../includes_knife/includes_knife_tag.rst + * - :doc:`knife_upload` + - .. include:: ../../includes_knife/includes_knife_upload.rst + * - :doc:`knife_user` + - .. include:: ../../includes_knife/includes_knife_user.rst + * - :doc:`knife_xargs` + - .. include:: ../../includes_knife/includes_knife_xargs.rst + + +.. Hide the TOC from this file. + +.. toctree:: + :hidden: + + ctl_chef_client + ctl_chef_server + ctl_chef_shell + ctl_chef_solo + knife + knife_common_options + knife_bootstrap + knife_client + knife_configure + knife_cookbook + knife_cookbook_site + knife_data_bag + knife_delete + knife_deps + knife_diff + knife_download + knife_edit + knife_environment + knife_exec + knife_index_rebuild + knife_list + knife_node + knife_raw + knife_recipe_list + knife_role + knife_search + knife_show + knife_ssh + knife_status + knife_tag + knife_upload + knife_user + knife_using + knife_xargs + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_bootstrap.txt chef-11.12.8/distro/common/html/_sources/knife_bootstrap.txt --- chef-11.8.2/distro/common/html/_sources/knife_bootstrap.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_bootstrap.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,56 @@ +===================================================== +knife bootstrap +===================================================== + +.. include:: ../../includes_chef/includes_chef_bootstrap.rst + +.. include:: ../../includes_knife/includes_knife_bootstrap.rst + +.. note:: To bootstrap the |chef client| on |windows| machines, the `knife-windows `_ plugins is required, which includes the necessary bootstrap scripts that are used to do the actual installation. + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_bootstrap_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_bootstrap_options.rst + +Custom Templates +===================================================== +The ``chef-full`` distribution uses the |omnibus installer|. For most bootstrap operations, regardless of the platform on which the target node is running, using the ``chef-full`` distribution is the best approach for installing the |chef client| on a target node. In some situations, using another supported distribution is necessary. And in some situations, a custom template may be required. For example, the default bootstrap operation relies on an Internet connection to get the distribution to the target node. If a target node cannot access the Internet, then a custom template can be used to define a specific location for the distribution so that the target node may access it during the bootstrap operation. + +A custom bootstrap template file (``template_filename.erb``) must be located in a ``bootstrap/`` directory. Use the ``--distro`` option with the ``knife bootstrap`` subcommand to specify the bootstrap template file. For example, a bootstrap template file named "british_sea_power.erb": + +.. code-block:: bash + + $ knife bootstrap 123.456.7.8 -x username -P password --sudo --distro "british_sea_power.erb" + +The following examples show how a bootstrap template file can be customized for various platforms. + +Ubuntu 12.04 +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_bootstrap_example_ubuntu.rst + +Debian and Apt +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_bootstrap_example_debian.rst + +Microsoft Windows +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_bootstrap_example_windows.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Use an SSH password** + +.. include:: ../../step_knife/step_knife_bootstrap_use_ssh_password.rst + +**Use a file that contains a private key** + +.. include:: ../../step_knife/step_knife_bootstrap_use_file_with_private_key.rst + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_client.txt chef-11.12.8/distro/common/html/_sources/knife_client.txt --- chef-11.8.2/distro/common/html/_sources/knife_client.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_client.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,151 @@ +===================================================== +knife client +===================================================== + +.. include:: ../../includes_knife/includes_knife_client.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +bulk delete +===================================================== +.. include:: ../../includes_knife/includes_knife_client_bulk_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_bulk_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +None. + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_client_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_create_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_create_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create an admin client** + +.. include:: ../../step_knife/step_knife_client_create_admin.rst + +**Create an admin client for Enterprise Chef** + +.. include:: ../../step_knife/step_knife_client_create_hosted_and_private.rst + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_client_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete a client** + +.. include:: ../../step_knife/step_knife_client_delete.rst + +edit +===================================================== +.. include:: ../../includes_knife/includes_knife_client_edit.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_edit_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Edit a client** + +.. include:: ../../step_knife/step_knife_client_edit.rst + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_client_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of clients** + +.. include:: ../../step_knife/step_knife_client_list_all.rst + +.. include:: ../../step_knife/step_knife_client_list_authenticate.rst + +reregister +===================================================== +.. include:: ../../includes_knife/includes_knife_client_reregister.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_reregister_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_reregister_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Reregister clients** + +.. include:: ../../step_knife/step_knife_client_reregister.rst + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_client_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_client_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show clients** + +.. include:: ../../step_knife/step_knife_client_show.rst + +.. include:: ../../step_knife/step_knife_common_view_json.rst \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_sources/knife_common_options.txt chef-11.12.8/distro/common/html/_sources/knife_common_options.txt --- chef-11.8.2/distro/common/html/_sources/knife_common_options.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_common_options.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,6 @@ +===================================================== +Common Options +===================================================== + +.. include:: ../../includes_knife/includes_knife_common_options.rst + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_configure.txt chef-11.12.8/distro/common/html/_sources/knife_configure.txt --- chef-11.8.2/distro/common/html/_sources/knife_configure.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_configure.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,29 @@ +===================================================== +knife configure +===================================================== + +.. include:: ../../includes_knife/includes_knife_configure.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_configure_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_configure_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Configure knife.rb** + +.. include:: ../../step_knife/step_knife_configure_knife_rb.rst + +**Configure client.rb** + +.. include:: ../../step_knife/step_knife_configure_client_rb.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_cookbook_site.txt chef-11.12.8/distro/common/html/_sources/knife_cookbook_site.txt --- chef-11.8.2/distro/common/html/_sources/knife_cookbook_site.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_cookbook_site.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,157 @@ +===================================================== +knife cookbook site +===================================================== + +.. include:: ../../includes_api_cookbooks_site/includes_api_cookbooks_site.rst + +.. include:: ../../includes_knife/includes_knife_site_cookbook.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +download +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_download.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_download_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_download_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Download a cookbook** + +.. include:: ../../step_knife/step_knife_site_cookbook_download.rst + +install +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_install.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_install_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_install_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Install a cookbook** + +.. include:: ../../step_knife/step_knife_site_cookbook_install.rst + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of cookbooks** + +.. include:: ../../step_knife/step_knife_site_cookbook_list.rst + +search +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_search.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_search_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Search for cookbooks** + +.. include:: ../../step_knife/step_knife_site_cookbook_search.rst + +share +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_share.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_share_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_share_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Share a cookbook** + +.. include:: ../../step_knife/step_knife_site_cookbook_share.rst + + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show cookbook data** + +.. include:: ../../step_knife/step_knife_site_cookbook_show.rst + +**Show cookbook data as JSON** + +.. include:: ../../step_knife/step_knife_common_view_json.rst + + +unshare +===================================================== +.. include:: ../../includes_knife/includes_knife_site_cookbook_unshare.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_site_cookbook_unshare_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Unshare a cookbook** + +.. include:: ../../step_knife/step_knife_site_cookbook_unshare.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_cookbook.txt chef-11.12.8/distro/common/html/_sources/knife_cookbook.txt --- chef-11.8.2/distro/common/html/_sources/knife_cookbook.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_cookbook.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,236 @@ +===================================================== +knife cookbook +===================================================== + +.. include:: ../../includes_cookbooks/includes_cookbooks.rst + +.. include:: ../../includes_knife/includes_knife_cookbook.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +bulk delete +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_bulk_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_bulk_delete_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_bulk_delete_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Bulk delete many cookbooks** + +.. include:: ../../step_knife/step_knife_cookbook_bulk_delete.rst + + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_create_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_create_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a cookbook** + +.. include:: ../../step_knife/step_knife_cookbook_create_with_options.rst + + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_delete_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_delete_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete a cookbook** + +.. include:: ../../step_knife/step_knife_cookbook_delete.rst + + +download +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_download.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_download_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_download_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Download a cookbook** + +.. include:: ../../step_knife/step_knife_cookbook_download.rst + + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of cookbooks** + +.. include:: ../../step_knife/step_knife_cookbook_list.rst + + +metadata +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_metadata.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_metadata_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_metadata_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Generate metadata** + +.. include:: ../../step_knife/step_knife_cookbook_metadata.rst + + +metadata from file +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_metadata_from_file.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_metadata_from_file_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View metadata** + +.. include:: ../../step_knife/step_knife_cookbook_metadata_from_file.rst + + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show cookbook data** + +.. include:: ../../step_knife/step_knife_cookbook_show_cookbook_data.rst + +**Show cookbook versions** + +.. include:: ../../step_knife/step_knife_cookbook_show_cookbook_versions.rst + +**Show a cookbook version** + +.. include:: ../../step_knife/step_knife_cookbook_show_cookbook_version.rst + +**Show cookbook data as JSON** + +.. include:: ../../step_knife/step_knife_common_view_json.rst + + +test +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_test.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_test_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_test_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Test a cookbook** + +.. include:: ../../step_knife/step_knife_cookbook_test.rst + + +upload +===================================================== +.. include:: ../../includes_knife/includes_knife_cookbook_upload.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_upload_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_cookbook_upload_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Upload a cookbook** + +.. include:: ../../step_knife/step_knife_cookbook_upload.rst + +**Freeze a cookbook** + +.. include:: ../../step_knife/step_knife_cookbook_upload_freeze.rst + +.. include:: ../../step_knife/step_knife_cookbook_upload_force.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_data_bag.txt chef-11.12.8/distro/common/html/_sources/knife_data_bag.txt --- chef-11.8.2/distro/common/html/_sources/knife_data_bag.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_data_bag.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,160 @@ +===================================================== +knife data bag +===================================================== + +.. include:: ../../includes_data_bag/includes_data_bag.rst + +.. include:: ../../includes_data_bag/includes_data_bag_encryption.rst + +.. include:: ../../includes_knife/includes_knife_data_bag.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_data_bag_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_create_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_create_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a data bag** + +.. include:: ../../step_knife/step_knife_data_bag_create.rst + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_data_bag_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_delete_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_delete_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete a data bag** + +.. include:: ../../step_knife/step_knife_data_bag_delete.rst + +**Delete a data bag item** + +.. include:: ../../step_knife/step_knife_data_bag_delete_item.rst + +edit +===================================================== +.. include:: ../../includes_knife/includes_knife_data_bag_edit.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_edit_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_edit_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Edit a data bag** + +.. include:: ../../step_knife/step_knife_data_bag_edit.rst + +**Edit a data bag item** + +.. include:: ../../step_knife/step_knife_data_bag_edit_item.rst + +from file +===================================================== +.. include:: ../../includes_knife/includes_knife_data_bag_from_file.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_from_file_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_from_file_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a data bag from a file** + +.. include:: ../../step_knife/step_knife_data_bag_from_file_create.rst + +**Create an encrypted data bag from a file** + +.. include:: ../../step_knife/step_knife_data_bag_from_file_create_encrypted.rst + + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_data_bag_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of data bags** + +.. include:: ../../step_knife/step_knife_data_bag_list.rst + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_data_bag_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_data_bag_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show a data bag** + +.. include:: ../../step_knife/step_knife_data_bag_show.rst + +**Show a data bag item** + +.. include:: ../../step_knife/step_knife_data_bag_show_item.rst + +**Show a data bag, encrypted** + +.. include:: ../../step_knife/step_knife_data_bag_show_item_encrypted.rst + +**Show a data bag, decrypted** + +.. include:: ../../step_knife/step_knife_data_bag_show_item_decrypted.rst + +**Show a data bag as JSON** + +.. include:: ../../step_knife/step_knife_data_bag_show_as_json.rst \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_sources/knife_delete.txt chef-11.12.8/distro/common/html/_sources/knife_delete.txt --- chef-11.8.2/distro/common/html/_sources/knife_delete.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_delete.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,26 @@ +===================================================== +knife delete +===================================================== + +.. include:: ../../includes_knife/includes_knife_delete.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_delete_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_delete_options.rst + +Examples +===================================================== +None. + + + + + + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_deps.txt chef-11.12.8/distro/common/html/_sources/knife_deps.txt --- chef-11.8.2/distro/common/html/_sources/knife_deps.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_deps.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,61 @@ +===================================================== +knife deps +===================================================== + +.. include:: ../../includes_knife/includes_knife_deps.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_deps_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_deps_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Find dependencies for a node** + +.. include:: ../../step_knife/step_knife_deps_node.rst + +**Find dependencies for a role** + +.. include:: ../../step_knife/step_knife_deps_role.rst + +**Find dependencies for a cookbook** + +.. include:: ../../step_knife/step_knife_deps_cookbook.rst + +**Find dependencies for an environment** + +.. include:: ../../step_knife/step_knife_deps_environment.rst + +**Find dependencies for a combination of nodes, roles, and so on** + +.. include:: ../../step_knife/step_knife_deps_combo.rst + +**Use a wildcard** + +.. include:: ../../step_knife/step_knife_deps_wildcard.rst + +**Return as tree** + +.. include:: ../../step_knife/step_knife_deps_return_as_tree.rst + +**Pass knife deps output to knife upload** + +.. include:: ../../step_knife/step_knife_deps_pass_output_to_knife_upload.rst + +**Pass knife deps output to knife xargs** + +.. include:: ../../step_knife/step_knife_deps_pass_output_to_knife_xargs.rst + + + + + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_diff.txt chef-11.12.8/distro/common/html/_sources/knife_diff.txt --- chef-11.8.2/distro/common/html/_sources/knife_diff.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_diff.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,34 @@ +===================================================== +knife diff +===================================================== + +.. include:: ../../includes_knife/includes_knife_diff.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_diff_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_diff_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Compare files that contain JSON data** + +.. include:: ../../step_knife/step_knife_diff_compare_json_files.rst + +**Compare the chef-repo and the server** + +.. include:: ../../step_knife/step_knife_diff_compare_repo_and_server.rst + +**Compare, then return results** + +.. include:: ../../step_knife/step_knife_diff_compare_then_return_results.rst + + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_download.txt chef-11.12.8/distro/common/html/_sources/knife_download.txt --- chef-11.8.2/distro/common/html/_sources/knife_download.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_download.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,44 @@ +===================================================== +knife download +===================================================== + +.. include:: ../../includes_knife/includes_knife_download.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_download_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_download_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Download the entire chef-repo** + +.. include:: ../../step_knife/step_knife_download_repository.rst + +**Download the /cookbooks directory** + +.. include:: ../../step_knife/step_knife_download_directory_cookbooks.rst + +**Download the /environments directory** + +.. include:: ../../step_knife/step_knife_download_directory_environments.rst + +**Download an environment** + +.. include:: ../../step_knife/step_knife_download_directory_environment.rst + +**Download the /roles directory** + +.. include:: ../../step_knife/step_knife_download_directory_roles.rst + +**Download cookbooks and roles** + +.. include:: ../../step_knife/step_knife_download_directory_cookbooks_and_role.rst + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_edit.txt chef-11.12.8/distro/common/html/_sources/knife_edit.txt --- chef-11.8.2/distro/common/html/_sources/knife_edit.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_edit.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,26 @@ +===================================================== +knife edit +===================================================== + +.. include:: ../../includes_knife/includes_knife_edit.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_edit_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_edit_options.rst + +Examples +===================================================== +None. + + + + + + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_environment.txt chef-11.12.8/distro/common/html/_sources/knife_environment.txt --- chef-11.8.2/distro/common/html/_sources/knife_environment.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_environment.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,158 @@ +===================================================== +knife environment +===================================================== + +.. include:: ../../includes_environment/includes_environment.rst + +.. include:: ../../includes_knife/includes_knife_environment.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +compare +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_compare.rst + +**Syntax** + +.. include:: ../../includes_knife/includes_knife_environment_compare_syntax.rst + +**Options** + +.. include:: ../../includes_knife/includes_knife_environment_compare_options.rst + +**Example** + +.. include:: ../../step_knife/step_knife_environment_compare_single.rst + +.. include:: ../../step_knife/step_knife_environment_compare_multiple.rst + +.. include:: ../../step_knife/step_knife_environment_compare_all.rst + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_create_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_create_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create an environment** + +.. include:: ../../step_knife/step_knife_environment_create.rst + + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete an environment** + +.. include:: ../../step_knife/step_knife_environment_delete.rst + + +edit +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_edit.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_edit_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Edit an environment** + +.. include:: ../../step_knife/step_knife_environment_edit.rst + + +from file +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_from_file.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_from_file_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_from_file_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create an environment from a JSON file** + +.. include:: ../../step_knife/step_knife_environment_from_file.rst + + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of environments** + +.. include:: ../../step_knife/step_knife_environment_list.rst + + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_environment_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_environment_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show environments** + +.. include:: ../../step_knife/step_knife_environment_show.rst + +**Show environments as JSON** + +.. include:: ../../step_knife/step_knife_common_view_json.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_exec.txt chef-11.12.8/distro/common/html/_sources/knife_exec.txt --- chef-11.8.2/distro/common/html/_sources/knife_exec.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_exec.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,47 @@ +===================================================== +knife exec +===================================================== + +.. include:: ../../includes_knife/includes_knife_exec.rst + +Authenticated API Requests +===================================================== +.. include:: ../../includes_knife/includes_knife_exec_authenticated_api_requests.rst + +|ruby| Scripts +===================================================== +.. include:: ../../includes_knife/includes_knife_exec_ruby.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_exec_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_exec_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Run Ruby scripts** + +.. include:: ../../step_knife/step_knife_exec_run_ruby_scripts.rst + +**Chef Knife status** + +.. include:: ../../step_knife/step_knife_exec_check_knife_status.rst + +**List available free memory** + +.. include:: ../../step_knife/step_knife_exec_list_available_free_memory.rst + +**List available search indexes** + +.. include:: ../../step_knife/step_knife_exec_list_available_search_indexes.rst + +**Query for multiple attributes** + +.. include:: ../../step_knife/step_knife_exec_query_for_multiple_attributes.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_index_rebuild.txt chef-11.12.8/distro/common/html/_sources/knife_index_rebuild.txt --- chef-11.8.2/distro/common/html/_sources/knife_index_rebuild.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_index_rebuild.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,21 @@ +===================================================== +knife index rebuild +===================================================== + +.. include:: ../../includes_knife/includes_knife_index_rebuild.rst + +.. note:: This subcommand ONLY works when run against the open source |chef server| version 10.x. This subcommand will NOT run against open source |chef server| 11, |chef server oec| (including hosted |chef server oec|), or |chef private|. + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_index_rebuild_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +|no_options| + +Examples +===================================================== +None. \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_sources/knife_list.txt chef-11.12.8/distro/common/html/_sources/knife_list.txt --- chef-11.8.2/distro/common/html/_sources/knife_list.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_list.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,33 @@ +===================================================== +knife list +===================================================== + +.. include:: ../../includes_knife/includes_knife_list.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_list_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_list_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**List roles** + +.. include:: ../../step_knife/step_knife_list_roles.rst + +**List roles and environments** + +.. include:: ../../step_knife/step_knife_list_roles_and_environments.rst + +**List everything** + +.. include:: ../../step_knife/step_knife_list_everything.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_node.txt chef-11.12.8/distro/common/html/_sources/knife_node.txt --- chef-11.8.2/distro/common/html/_sources/knife_node.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_node.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,250 @@ +===================================================== +knife node +===================================================== + +.. include:: ../../includes_node/includes_node.rst + +.. include:: ../../includes_knife/includes_knife_node.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + + +bulk delete +===================================================== +.. include:: ../../includes_knife/includes_knife_node_bulk_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_bulk_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Bulk delete nodes** + +.. include:: ../../step_knife/step_knife_node_bulk_delete.rst + + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_node_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_create_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a node** + +.. include:: ../../step_knife/step_knife_node_create.rst + + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_node_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete a node** + +.. include:: ../../step_knife/step_knife_node_delete.rst + + +edit +===================================================== +.. include:: ../../includes_knife/includes_knife_node_edit.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_edit_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_edit_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Edit a node** + +.. include:: ../../step_knife/step_knife_node_edit.rst + + +from file +===================================================== +.. include:: ../../includes_knife/includes_knife_node_from_file.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_from_file_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a node using a JSON file** + +.. include:: ../../step_knife/step_knife_node_from_file.rst + + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_node_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of nodes** + +.. include:: ../../step_knife/step_knife_node_list_all.rst + + +run_list add +===================================================== +.. include:: ../../includes_node/includes_node_run_list.rst + +.. include:: ../../includes_knife/includes_knife_node_run_list_add.rst + +.. include:: ../../includes_node/includes_node_run_list_format.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_run_list_add_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_run_list_add_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Add a role** + +.. include:: ../../step_knife/step_knife_node_run_list_add_role.rst + +**Add roles and recipes** + +.. include:: ../../step_knife/step_knife_node_run_list_add_roles_and_recipes.rst + +**Add a recipe with a FQDN** + +.. include:: ../../step_knife/step_knife_node_run_list_add_recipe_with_fqdn.rst + +**Add a recipe with a cookbook** + +.. include:: ../../step_knife/step_knife_node_run_list_add_recipe_with_cookbook.rst + +**Add the default recipe** + +.. include:: ../../step_knife/step_knife_node_run_list_add_default_recipe.rst + + +run_list remove +===================================================== +.. include:: ../../includes_knife/includes_knife_node_run_list_remove.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_run_list_remove_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Remove a role** + +.. include:: ../../step_knife/step_knife_node_run_list_remove_role.rst + +**Remove a run-list** + +.. include:: ../../step_knife/step_knife_node_run_list_remove_run_list.rst + + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_node_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_node_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show all data about nodes** + +.. include:: ../../step_knife/step_knife_node_show_all_data.rst + +**Show basic information about nodes** + +.. include:: ../../step_knife/step_knife_node_show_all_data_basic.rst + +**Show all data about nodes, truncated** + +.. include:: ../../step_knife/step_knife_node_show_all_data_truncated.rst + +**Show attributes** + +.. include:: ../../step_knife/step_knife_node_show_attribute.rst + +**Show the FQDN** + +.. include:: ../../step_knife/step_knife_node_show_fqdn.rst + +**Show a run-list** + +.. include:: ../../step_knife/step_knife_node_show_run_list.rst + +**Show as JSON data** + +.. include:: ../../step_knife/step_knife_common_view_json.rst + +**Show as raw JSON data** + +.. include:: ../../step_knife/step_knife_common_view_json_raw.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_raw.txt chef-11.12.8/distro/common/html/_sources/knife_raw.txt --- chef-11.8.2/distro/common/html/_sources/knife_raw.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_raw.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,35 @@ +===================================================== +knife raw +===================================================== + +.. include:: ../../includes_knife/includes_knife_raw.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_raw_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_raw_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**View a client** + +.. include:: ../../step_knife/step_knife_raw_view_client.rst + +**View a node** + +.. include:: ../../step_knife/step_knife_raw_view_node.rst + +**Delete a data bag** + +.. include:: ../../step_knife/step_knife_raw_delete_data_bag.rst + + + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_recipe_list.txt chef-11.12.8/distro/common/html/_sources/knife_recipe_list.txt --- chef-11.8.2/distro/common/html/_sources/knife_recipe_list.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_recipe_list.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,23 @@ +===================================================== +knife recipe list +===================================================== + +.. include:: ../../includes_knife/includes_knife_recipe_list.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_recipe_list_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +|no_options| + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**View a list of recipes** + +.. include:: ../../step_knife/step_knife_recipe_list.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_role.txt chef-11.12.8/distro/common/html/_sources/knife_role.txt --- chef-11.8.2/distro/common/html/_sources/knife_role.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_role.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,157 @@ +===================================================== +knife role +===================================================== + +.. include:: ../../includes_role/includes_role.rst + +.. include:: ../../includes_knife/includes_knife_role.rst + +.. note:: To add a role to a node and then build out the run-list for that node, use the :doc:`knife node ` sub-command and its ``run_list add`` argument. + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +bulk delete +===================================================== +.. include:: ../../includes_knife/includes_knife_role_bulk_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_bulk_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Bulk delete roles** + +.. include:: ../../step_knife/step_knife_role_bulk_delete.rst + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_role_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_create_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_create_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a role** + +.. include:: ../../step_knife/step_knife_role_create.rst + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_role_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete a role** + +.. include:: ../../step_knife/step_knife_role_delete.rst + +edit +===================================================== +.. include:: ../../includes_knife/includes_knife_role_edit.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_edit_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Edit a role** + +.. include:: ../../step_knife/step_knife_role_edit.rst + +from file +===================================================== +.. include:: ../../includes_knife/includes_knife_role_from_file.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_from_file_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a role using JSON data** + +.. include:: ../../step_knife/step_knife_role_from_file.rst + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_role_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_list_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of roles** + +.. include:: ../../step_knife/step_knife_role_list.rst + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_role_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_role_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show as JSON data** + +.. include:: ../../step_knife/step_knife_common_view_json.rst + +**Show as raw JSON data** + +.. include:: ../../step_knife/step_knife_common_view_json_raw.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_search.txt chef-11.12.8/distro/common/html/_sources/knife_search.txt --- chef-11.8.2/distro/common/html/_sources/knife_search.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_search.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,53 @@ +===================================================== +knife search +===================================================== + +.. include:: ../../includes_search/includes_search.rst + +.. include:: ../../includes_knife/includes_knife_search.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_search_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_search_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Search by platform ID** + +.. include:: ../../step_knife/step_knife_search_by_platform_ids.rst + +**Search by instance type** + +.. include:: ../../step_knife/step_knife_search_by_platform_instance_type.rst + +**Search by node** + +.. include:: ../../step_knife/step_knife_search_by_node.rst + +**Search by node and environment** + +.. include:: ../../step_knife/step_knife_search_by_node_and_environment.rst + +**Search for nested attributes** + +.. include:: ../../step_knife/step_knife_search_by_nested_attribute.rst + +**Search for multiple attributes** + +.. include:: ../../step_knife/step_knife_search_by_query_for_many_attributes.rst + +**Search for nested attributes using a search query** + +.. include:: ../../step_knife/step_knife_search_by_query_for_nested_attribute.rst + +**Use a test query** + +.. include:: ../../step_knife/step_knife_search_test_query_for_ssh.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_show.txt chef-11.12.8/distro/common/html/_sources/knife_show.txt --- chef-11.8.2/distro/common/html/_sources/knife_show.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_show.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,27 @@ +===================================================== +knife show +===================================================== + +.. include:: ../../includes_knife/includes_knife_show.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_show_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_show_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Show all cookbooks** + +.. include:: ../../step_knife/step_knife_show_all_cookbooks.rst + +**Show roles and environments** + +.. include:: ../../step_knife/step_knife_show_roles_and_environments.rst \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_sources/knife_ssh.txt chef-11.12.8/distro/common/html/_sources/knife_ssh.txt --- chef-11.8.2/distro/common/html/_sources/knife_ssh.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_ssh.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,43 @@ +===================================================== +knife ssh +===================================================== + +.. include:: ../../includes_knife/includes_knife_ssh.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_ssh_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_ssh_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Find server uptime** + +.. include:: ../../step_knife/step_knife_ssh_find_uptime.rst + +**Run the chef-client on all nodes** + +.. include:: ../../step_knife/step_knife_ssh_run_chef_client_on_all_nodes.rst + +**Force a chef-client run** + +.. include:: ../../step_knife/step_knife_ssh_force_chef_run.rst + +**Run a command based on search query** + +.. include:: ../../step_knife/step_knife_ssh_query_for_nodes.rst + +**Upgrade all nodes** + +.. include:: ../../step_knife/step_knife_ssh_upgrade_nodes.rst + +**Specify the shell type** + +.. include:: ../../step_knife/step_knife_ssh_shell_type.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife_status.txt chef-11.12.8/distro/common/html/_sources/knife_status.txt --- chef-11.8.2/distro/common/html/_sources/knife_status.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_status.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,37 @@ +===================================================== +knife status +===================================================== + +.. include:: ../../includes_knife/includes_knife_status.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_status_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_status_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**View status, include run-lists** + +.. include:: ../../step_knife/step_knife_status_include_run_lists.rst + +**View status using a date range** + +.. include:: ../../step_knife/step_knife_status_past_hour.rst + +**View status using a query** + +.. include:: ../../step_knife/step_knife_status_returned_by_query.rst + +**View status for all nodes** + +.. include:: ../../step_knife/step_knife_status_view_for_all_nodes.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_tag.txt chef-11.12.8/distro/common/html/_sources/knife_tag.txt --- chef-11.8.2/distro/common/html/_sources/knife_tag.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_tag.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,69 @@ +===================================================== +knife tag +===================================================== + +.. include:: ../../includes_chef/includes_chef_tags.rst + +.. include:: ../../includes_knife/includes_knife_tag.rst + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_tag_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_tag_create_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create tags** + +.. include:: ../../step_knife/step_knife_tag_create.rst + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_tag_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_tag_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete tags** + +.. include:: ../../step_knife/step_knife_tag_delete.rst + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_tag_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_tag_list_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**View a list of tags** + +.. include:: ../../step_knife/step_knife_tag_list.rst diff -Nru chef-11.8.2/distro/common/html/_sources/knife.txt chef-11.12.8/distro/common/html/_sources/knife.txt --- chef-11.8.2/distro/common/html/_sources/knife.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,74 @@ +===================================================== +knife +===================================================== + +.. include:: ../../includes_knife/includes_knife.rst + +The following sections describe functionality common to all |knife| subcommands: + +* :doc:`knife_using` +* :doc:`knife_common_options` + +|knife| includes the following sub-commands: + +.. list-table:: + :widths: 150 450 + :header-rows: 1 + + * - Sub-command + - Description + * - :doc:`knife_bootstrap` + - .. include:: ../../includes_knife/includes_knife_bootstrap.rst + * - :doc:`knife_client` + - .. include:: ../../includes_knife/includes_knife_client.rst + * - :doc:`knife_configure` + - .. include:: ../../includes_knife/includes_knife_configure.rst + * - :doc:`knife_cookbook` + - .. include:: ../../includes_knife/includes_knife_cookbook.rst + * - :doc:`knife_cookbook_site` + - .. include:: ../../includes_knife/includes_knife_site_cookbook.rst + * - :doc:`knife_data_bag` + - .. include:: ../../includes_knife/includes_knife_data_bag.rst + * - :doc:`knife_delete` + - .. include:: ../../includes_knife/includes_knife_delete.rst + * - :doc:`knife_deps` + - .. include:: ../../includes_knife/includes_knife_deps.rst + * - :doc:`knife_diff` + - .. include:: ../../includes_knife/includes_knife_diff.rst + * - :doc:`knife_download` + - .. include:: ../../includes_knife/includes_knife_download.rst + * - :doc:`knife_edit` + - .. include:: ../../includes_knife/includes_knife_edit.rst + * - :doc:`knife_environment` + - .. include:: ../../includes_knife/includes_knife_environment.rst + * - :doc:`knife_exec` + - .. include:: ../../includes_knife/includes_knife_exec.rst + * - :doc:`knife_index_rebuild` + - .. include:: ../../includes_knife/includes_knife_index_rebuild.rst + * - :doc:`knife_list` + - .. include:: ../../includes_knife/includes_knife_list.rst + * - :doc:`knife_node` + - .. include:: ../../includes_knife/includes_knife_node.rst + * - :doc:`knife_raw` + - .. include:: ../../includes_knife/includes_knife_raw.rst + * - :doc:`knife_recipe_list` + - .. include:: ../../includes_knife/includes_knife_recipe_list.rst + * - :doc:`knife_role` + - .. include:: ../../includes_knife/includes_knife_role.rst + * - :doc:`knife_search` + - .. include:: ../../includes_knife/includes_knife_search.rst + * - :doc:`knife_show` + - .. include:: ../../includes_knife/includes_knife_show.rst + * - :doc:`knife_ssh` + - .. include:: ../../includes_knife/includes_knife_ssh.rst + * - :doc:`knife_status` + - .. include:: ../../includes_knife/includes_knife_status.rst + * - :doc:`knife_tag` + - .. include:: ../../includes_knife/includes_knife_tag.rst + * - :doc:`knife_upload` + - .. include:: ../../includes_knife/includes_knife_upload.rst + * - :doc:`knife_user` + - .. include:: ../../includes_knife/includes_knife_user.rst + * - :doc:`knife_xargs` + - .. include:: ../../includes_knife/includes_knife_xargs.rst + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_upload.txt chef-11.12.8/distro/common/html/_sources/knife_upload.txt --- chef-11.8.2/distro/common/html/_sources/knife_upload.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_upload.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,49 @@ +===================================================== +knife upload +===================================================== + +.. include:: ../../includes_knife/includes_knife_upload.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_upload_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_upload_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Upload the entire chef-repo** + +.. include:: ../../step_knife/step_knife_upload_repository.rst + +**Upload the /cookbooks directory** + +.. include:: ../../step_knife/step_knife_upload_directory_cookbooks.rst + +**Upload the /environments directory** + +.. include:: ../../step_knife/step_knife_upload_directory_environments.rst + +**Upload a single environment** + +.. include:: ../../step_knife/step_knife_upload_directory_environment.rst + +**Upload the /roles directory** + +.. include:: ../../step_knife/step_knife_upload_directory_roles.rst + +**Upload cookbooks and roles** + +.. include:: ../../step_knife/step_knife_upload_directory_cookbooks_and_role.rst + +**Use output of knife deps to pass command to knife upload** + +.. include:: ../../step_knife/step_knife_upload_pass_to_knife_deps.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_user.txt chef-11.12.8/distro/common/html/_sources/knife_user.txt --- chef-11.8.2/distro/common/html/_sources/knife_user.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_user.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,127 @@ +===================================================== +knife user +===================================================== + +.. include:: ../../includes_knife/includes_knife_user.rst + +.. note:: This subcommand ONLY works when run against the open source |chef server| and will not run against |chef server oec| (including hosted |chef server oec|), or |chef private|. + +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +create +===================================================== +.. include:: ../../includes_knife/includes_knife_user_create.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_create_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_create_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Create a user** + +.. include:: ../../step_knife/step_knife_user_create.rst + +delete +===================================================== +.. include:: ../../includes_knife/includes_knife_user_delete.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_delete_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Delete a user** + +.. include:: ../../step_knife/step_knife_user_delete.rst + +edit +===================================================== +.. include:: ../../includes_knife/includes_knife_user_edit.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_edit_syntax.rst + +Options +----------------------------------------------------- +|no_options| + +Examples +----------------------------------------------------- +None. + + +list +===================================================== +.. include:: ../../includes_knife/includes_knife_user_list.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_list_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_list_options.rst + +Examples +----------------------------------------------------- +None. + +reregister +===================================================== +.. include:: ../../includes_knife/includes_knife_user_reregister.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_reregister_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_reregister_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Regenerate the RSA key-pair** + +.. include:: ../../step_knife/step_knife_user_reregister.rst + +show +===================================================== +.. include:: ../../includes_knife/includes_knife_user_show.rst + +Syntax +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_show_syntax.rst + +Options +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_user_show_options.rst + +Examples +----------------------------------------------------- +The following examples show how to use this |knife| subcommand: + +**Show user data** + +.. include:: ../../step_knife/step_knife_user_show.rst + +**Show user data as JSON** + +.. include:: ../../step_knife/step_knife_user_show_json.rst + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_using.txt chef-11.12.8/distro/common/html/_sources/knife_using.txt --- chef-11.8.2/distro/common/html/_sources/knife_using.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_using.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,43 @@ +===================================================== +Working with Knife +===================================================== + +.. include:: ../../includes_knife/includes_knife_using.rst + +JSON Data Format +===================================================== +.. include:: ../../includes_knife/includes_knife_using_json.rst + +Set the Text Editor +----------------------------------------------------- +.. include:: ../../step_knife/step_knife_common_set_editor.rst + +Using Quotes +===================================================== +.. include:: ../../includes_knife/includes_knife_using_quotes.rst + +Sub-commands +===================================================== +.. include:: ../../includes_knife/includes_knife_using_subcommands.rst + +Verb Sub-commands +===================================================== +.. include:: ../../includes_knife/includes_knife_verbs.rst + +Wildcard Search +----------------------------------------------------- +.. include:: ../../includes_knife/includes_knife_verbs_wildcard.rst + +Plug-ins +===================================================== +.. include:: ../../includes_knife/includes_knife_using_plugins.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_using_syntax.rst + +Many Users, Same Repo +===================================================== +.. include:: ../../includes_repository/includes_repository_many_users_same_repo.rst + + diff -Nru chef-11.8.2/distro/common/html/_sources/knife_xargs.txt chef-11.12.8/distro/common/html/_sources/knife_xargs.txt --- chef-11.8.2/distro/common/html/_sources/knife_xargs.txt 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_sources/knife_xargs.txt 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,30 @@ +===================================================== +knife xargs +===================================================== + +.. include:: ../../includes_knife/includes_knife_xargs.rst + +Syntax +===================================================== +.. include:: ../../includes_knife/includes_knife_xargs_syntax.rst + +Options +===================================================== +.. note:: Review the list of :doc:`common options ` available to this (and all) |knife| subcommands and plugins. + +.. include:: ../../includes_knife/includes_knife_xargs_options.rst + +Examples +===================================================== +The following examples show how to use this |knife| subcommand: + +**Use output of knife deps to pass command to knife xargs** + +.. include:: ../../step_knife/step_knife_xargs_pass_command_to.rst + + + + + + + Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/ajax-loader.gif and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/ajax-loader.gif differ diff -Nru chef-11.8.2/distro/common/html/_static/basic.css chef-11.12.8/distro/common/html/_static/basic.css --- chef-11.8.2/distro/common/html/_static/basic.css 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/basic.css 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,540 @@ +/* + * basic.css + * ~~~~~~~~~ + * + * Sphinx stylesheet -- basic theme. + * + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/* -- main layout ----------------------------------------------------------- */ + +div.clearer { + clear: both; +} + +/* -- relbar ---------------------------------------------------------------- */ + +div.related { + width: 100%; + font-size: 90%; +} + +div.related h3 { + display: none; +} + +div.related ul { + margin: 0; + padding: 0 0 0 10px; + list-style: none; +} + +div.related li { + display: inline; +} + +div.related li.right { + float: right; + margin-right: 5px; +} + +/* -- sidebar --------------------------------------------------------------- */ + +div.sphinxsidebarwrapper { + padding: 10px 5px 0 10px; +} + +div.sphinxsidebar { + float: left; + width: 230px; + margin-left: -100%; + font-size: 90%; +} + +div.sphinxsidebar ul { + list-style: none; +} + +div.sphinxsidebar ul ul, +div.sphinxsidebar ul.want-points { + margin-left: 20px; + list-style: square; +} + +div.sphinxsidebar ul ul { + margin-top: 0; + margin-bottom: 0; +} + +div.sphinxsidebar form { + margin-top: 10px; +} + +div.sphinxsidebar input { + border: 1px solid #98dbcc; + font-family: sans-serif; + font-size: 1em; +} + +div.sphinxsidebar #searchbox input[type="text"] { + width: 170px; +} + +div.sphinxsidebar #searchbox input[type="submit"] { + width: 30px; +} + +img { + border: 0; +} + +/* -- search page ----------------------------------------------------------- */ + +ul.search { + margin: 10px 0 0 20px; + padding: 0; +} + +ul.search li { + padding: 5px 0 5px 20px; + background-image: url(file.png); + background-repeat: no-repeat; + background-position: 0 7px; +} + +ul.search li a { + font-weight: bold; +} + +ul.search li div.context { + color: #888; + margin: 2px 0 0 30px; + text-align: left; +} + +ul.keywordmatches li.goodmatch a { + font-weight: bold; +} + +/* -- index page ------------------------------------------------------------ */ + +table.contentstable { + width: 90%; +} + +table.contentstable p.biglink { + line-height: 150%; +} + +a.biglink { + font-size: 1.3em; +} + +span.linkdescr { + font-style: italic; + padding-top: 5px; + font-size: 90%; +} + +/* -- general index --------------------------------------------------------- */ + +table.indextable { + width: 100%; +} + +table.indextable td { + text-align: left; + vertical-align: top; +} + +table.indextable dl, table.indextable dd { + margin-top: 0; + margin-bottom: 0; +} + +table.indextable tr.pcap { + height: 10px; +} + +table.indextable tr.cap { + margin-top: 10px; + background-color: #f2f2f2; +} + +img.toggler { + margin-right: 3px; + margin-top: 3px; + cursor: pointer; +} + +div.modindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +div.genindex-jumpbox { + border-top: 1px solid #ddd; + border-bottom: 1px solid #ddd; + margin: 1em 0 1em 0; + padding: 0.4em; +} + +/* -- general body styles --------------------------------------------------- */ + +a.headerlink { + visibility: hidden; +} + +h1:hover > a.headerlink, +h2:hover > a.headerlink, +h3:hover > a.headerlink, +h4:hover > a.headerlink, +h5:hover > a.headerlink, +h6:hover > a.headerlink, +dt:hover > a.headerlink { + visibility: visible; +} + +div.body p.caption { + text-align: inherit; +} + +div.body td { + text-align: left; +} + +.field-list ul { + padding-left: 1em; +} + +.first { + margin-top: 0 !important; +} + +p.rubric { + margin-top: 30px; + font-weight: bold; +} + +img.align-left, .figure.align-left, object.align-left { + clear: left; + float: left; + margin-right: 1em; +} + +img.align-right, .figure.align-right, object.align-right { + clear: right; + float: right; + margin-left: 1em; +} + +img.align-center, .figure.align-center, object.align-center { + display: block; + margin-left: auto; + margin-right: auto; +} + +.align-left { + text-align: left; +} + +.align-center { + text-align: center; +} + +.align-right { + text-align: right; +} + +/* -- sidebars -------------------------------------------------------------- */ + +div.sidebar { + margin: 0 0 0.5em 1em; + border: 1px solid #ddb; + padding: 7px 7px 0 7px; + background-color: #ffe; + width: 40%; + float: right; +} + +p.sidebar-title { + font-weight: bold; +} + +/* -- topics ---------------------------------------------------------------- */ + +div.topic { + border: 1px solid #ccc; + padding: 7px 7px 0 7px; + margin: 10px 0 10px 0; +} + +p.topic-title { + font-size: 1.1em; + font-weight: bold; + margin-top: 10px; +} + +/* -- admonitions ----------------------------------------------------------- */ + +div.admonition { + margin-top: 10px; + margin-bottom: 10px; + padding: 7px; +} + +div.admonition dt { + font-weight: bold; +} + +div.admonition dl { + margin-bottom: 0; +} + +p.admonition-title { + margin: 0px 10px 5px 0px; + font-weight: bold; +} + +div.body p.centered { + text-align: center; + margin-top: 25px; +} + +/* -- tables ---------------------------------------------------------------- */ + +table.docutils { + border: 0; + border-collapse: collapse; +} + +table.docutils td, table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px solid #aaa; +} + +table.field-list td, table.field-list th { + border: 0 !important; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + +/* -- other body styles ----------------------------------------------------- */ + +ol.arabic { + list-style: decimal; +} + +ol.loweralpha { + list-style: lower-alpha; +} + +ol.upperalpha { + list-style: upper-alpha; +} + +ol.lowerroman { + list-style: lower-roman; +} + +ol.upperroman { + list-style: upper-roman; +} + +dl { + margin-bottom: 15px; +} + +dd p { + margin-top: 0px; +} + +dd ul, dd table { + margin-bottom: 10px; +} + +dd { + margin-top: 3px; + margin-bottom: 10px; + margin-left: 30px; +} + +dt:target, .highlighted { + background-color: #fbe54e; +} + +dl.glossary dt { + font-weight: bold; + font-size: 1.1em; +} + +.field-list ul { + margin: 0; + padding-left: 1em; +} + +.field-list p { + margin: 0; +} + +.refcount { + color: #060; +} + +.optional { + font-size: 1.3em; +} + +.versionmodified { + font-style: italic; +} + +.system-message { + background-color: #fda; + padding: 5px; + border: 3px solid red; +} + +.footnote:target { + background-color: #ffa; +} + +.line-block { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +.line-block .line-block { + margin-top: 0; + margin-bottom: 0; + margin-left: 1.5em; +} + +.guilabel, .menuselection { + font-family: sans-serif; +} + +.accelerator { + text-decoration: underline; +} + +.classifier { + font-style: oblique; +} + +abbr, acronym { + border-bottom: dotted 1px; + cursor: help; +} + +/* -- code displays --------------------------------------------------------- */ + +pre { + overflow: auto; + overflow-y: hidden; /* fixes display issues on Chrome browsers */ +} + +td.linenos pre { + padding: 5px 0px; + border: 0; + background-color: transparent; + color: #aaa; +} + +table.highlighttable { + margin-left: 0.5em; +} + +table.highlighttable td { + padding: 0 0.5em 0 0.5em; +} + +tt.descname { + background-color: transparent; + font-weight: bold; + font-size: 1.2em; +} + +tt.descclassname { + background-color: transparent; +} + +tt.xref, a tt { + background-color: transparent; + font-weight: bold; +} + +h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { + background-color: transparent; +} + +.viewcode-link { + float: right; +} + +.viewcode-back { + float: right; + font-family: sans-serif; +} + +div.viewcode-block:target { + margin: -1px -10px; + padding: 0 10px; +} + +/* -- math display ---------------------------------------------------------- */ + +img.math { + vertical-align: middle; +} + +div.body div.math p { + text-align: center; +} + +span.eqno { + float: right; +} + +/* -- printout stylesheet --------------------------------------------------- */ + +@media print { + div.document, + div.documentwrapper, + div.bodywrapper { + margin: 0 !important; + width: 100%; + } + + div.sphinxsidebar, + div.related, + div.footer, + #top-link { + display: none; + } +} \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_static/chef.css chef-11.12.8/distro/common/html/_static/chef.css --- chef-11.8.2/distro/common/html/_static/chef.css 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/chef.css 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,507 @@ +/* + * opscode.css_t + * ~~~~~~~~~~~~~~~ + * + * Sphinx stylesheet -- opscode theme. Originally created by + * Opscode for docs.opscode.com. + * + * :copyright: None. + * :license: This work is licensed under a Creative Commons + * Attribution 3.0 Unported License + * + */ + +/* + * Colors + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * + * #f18a20 is Opscode orange. + * #212c35 is Opscode blue. + * + * #212c35 is used for text color and header colors + * #f18a20 for header underlines and border treatments + * + * Triads for #f18a20: #273fa4 (blue) and #18b246 (green) + * Triads for #212c35: #524a31 (tan) and #523a31 (salmon) + * Triads should only be used to accent the Opscode blue or orange + * + * For div.admonition: #6bb1e1 + * For div.warning: #fcb614 + * + * For subheaders and other treatments: #7c858c, then #b5bec6, then #d8dde3 + * For table headers: #7c858c (with #000000 text color) + * For links: #4d97c6, rollover #f18a20 + * + * Alternate colors in the official color palette (but try not to use): #59b6b2, #6d3528 + * + * For regular text: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; + * For monospace text: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + * + * For div.related, the 8px ensures that the | is spaced evenly. + * + */ + +@import url("basic.css"); + +/* -- the background color for the whole page and the borders for the topic page, header, footer */ +/* -- IMPORTANT -- color is the color of the text on div.document; must be black or Opscode blue */ + +body { + font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; + font-size: 14px; + letter-spacing: -0.00em; + line-height: 150%; + text-align: center; + background-color: #7c858c; + color: #212c35; + padding: 0; + border: 4px solid #7c858c; + border-top: 0px solid #7c858c; + border-bottom: 0px solid #7c858c; + margin: 0px 80px 0px 80px; + min-width: 740px; +} + + + +/* -- the actual topic background, must be white all the time no exceptions */ + +div.document { + background-color: #ffffff; + text-align: left; + background-image: url(contents.png); + background-repeat: repeat-x; +} + + + +/* -- the vertical line between the topics and the TOC */ + +div.bodywrapper { + margin: 0 240px 0 0; + border-right: 4px solid #d8dde3; +} + +div.body { + margin: 0; + padding: 0.5em 20px 20px 20px; +} + +div.related { + font-size: 1em; +} + +/* -- the borders above and below the header and footer */ + +div.related ul { + background-color: #ffffff; + height: 1.8em; + border-top: 4px solid #d8dde3; + border-bottom: 4px solid #4d97c6; +} + +div.related ul li { + margin: 0; + padding: 0; + height: 2em; + float: left; +} + +div.related ul li.right { + float: right; + margin-right: 5px; +} + + + +/* -- the Sphinx-specific navigation text located just below the header and just above the footer */ + +div.related ul li a { + margin: 0; + padding: 0 8px 0 5px; + line-height: 1.75em; + color: #212c35; +} + +div.related ul li a:hover { + color: #f18a20; +} + + +div.sphinxsidebarwrapper { + padding: 0; +} + +div.sphinxsidebar { + margin: 0; + padding: 0.5em 15px 15px 0; + width: 210px; + float: right; + font-size: 1em; + text-align: left; + +} + + + +/* -- The colors of the TOC sidebar; h3 is headers, a is the text links and both should be same color */ + +div.sphinxsidebar h3, div.sphinxsidebar h4 { + margin: 1em 0 0.5em 0; + font-size: 1em; + padding: 0.1em 0 0.1em 0.5em; + color: #ffffff; + border: 1px solid #ffffff; + background-color: #7c858c; +} + +div.sphinxsidebar a { + color: #212c35; + padding: 0.1em 0 0.1em 0.5em; + text-decoration: none; +} + +div.sphinxsidebar h3 a { + color: #ffffff; +} + +div.sphinxsidebar ul { + padding-left: 1.5em; + margin-top: 7px; + padding: 0; + line-height: 130%; +} + +div.sphinxsidebar ul ul { + margin-left: 20px; +} + + + + +/* + * footer + * ~~~~~~~~~~~~~~~~~~~ + * + */ + + +div.footer { + background-color: #ffffff; + color: #212c35; + padding: 3px 5px 3px 5px; + clear: both; + font-size: 0.8em; + text-align: left; +} + +div.footer a { + color: #4d97c6; + text-decoration: none; +} + +div.footer a:hover { + color: #f18a20; +} + +/* -- body styles ----------------------------------------------------------- */ + +p { + margin: 0.8em 0 0.5em 0; +} + + +a { + color: #4d97c6; + text-decoration: none; +} + +a:hover { + color: #f18a20; +} + +div.body a { + text-decoration: none; +} + +em { + font-style: normal; +} + +/* -- header styles, basically Opscode blue with colored underlines and decreasing border bottom sizes */ + +h1 { + margin: 0.5; + padding: 0.7em 0 0.3em 0; + font-size: 1.75em; + color: #212c35; + border-bottom:solid 4px #f18a20; +} + +h2 { + margin: 1.3em 0 0.2em 0; + font-size: 1.55em; + color: #212c35; + padding: 0.7em 0 0.3em 0; + border-bottom:solid 2px #7c858c; +} + +h3 { + margin: 1em 0 -0.3em 0; + font-size: 1.35em; + color: #212c35; + padding: 0.7em 0 0.3em 0; + border-bottom:solid 1px #7c858c; +} + +h4 { + margin: 1em 0 -0.3em 0; + font-size: 1.15em; + color: #212c35; + padding: 0.7em 0 0.3em 0; + border-bottom:solid 0px #7c858c; +} + +div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { + color: #ffffff!important; +} + +h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { + display: none; + margin: 0 0 0 0.3em; + padding: 0 0.2em 0 0.2em; + color: #ffffff!important; +} + +h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, +h5:hover a.anchor, h6:hover a.anchor { + display: inline; +} + +h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, +h5 a.anchor:hover, h6 a.anchor:hover { + color: #ffffff; + background-color: #ffffff; +} + + + + +a.headerlink { + color: #ffffff!important; + font-size: 1em; + margin-left: 6px; + padding: 0 4px 0 4px; + text-decoration: none!important; +} + +a.headerlink:hover { + background-color: #ffffff; + color: #ffffff!important; +} + +cite, code, tt { + font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.95em; + letter-spacing: 0.01em; +} + + + + + +tt { + background-color: #ebecf1; + border-bottom: 1px solid #d8dde3; + color: #212c35; +} + +tt.descname, tt.descclassname, tt.xref { + border: 0; +} + +/* -- has Opscode orange for testing */ + +hr { + border: 1px solid #f18a20; + margin: 2em; +} + +/* -- has Opscode orange for testing */ + +a tt { + border: 0; + color: #f18a20; +} + +/* -- has Opscode orange for testing */ + +a tt:hover { + color: #f18a20; +} + +/* -- has Opscode orange for testing */ + +pre { + font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.95em; + letter-spacing: 0.015em; + line-height: 120%; + padding: 0.5em; + border: 0.0px solid #d8dde3; + background-color: #ebecf1; +} + +pre a { + color: inherit; + text-decoration: underline; +} + +td.linenos pre { + padding: 0.5em 0; +} + +/* -- has Opscode orange for testing */ + +div.quotebar { + background-color: #f18a20; + max-width: 250px; + float: right; + padding: 2px 7px; + border: 1px solid #f18a20; +} + +/* -- has Opscode orange for testing */ + +div.topic { + background-color: #f18a20; +} + + +/* -- table styles */ + +table.docutils { + border: 0; + border-collapse: separate; + border-spacing:4px; + +} + +table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 0px solid #ffffff; + background-color: #7c858c; + color: #ffffff; +} + +table.docutils td { + padding: 5px 5px 5px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px dashed #7c858c; +} + +table.field-list td, table.field-list th { + border: 0 !important; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + + + + + + + +div.admonition, div.warning { + font-size: 0.9em; + margin: 1em 0 1em 0; + border: 1px solid #6bb1e1; + background-color: #ffffff; + padding: 0; +} + +div.admonition p, div.warning p { + margin: 0.5em 1em 0.5em 1em; + padding: 0; +} + +div.admonition pre, div.warning pre { + margin: 0.4em 1em 0.4em 1em; +} + +div.admonition p.admonition-title, +div.warning p.admonition-title { + margin: 0; + padding: 0.1em 0 0.1em 0.5em; + color: #ffffff; + border-bottom: 1px solid #6bb1e1; + font-weight: bold; + background-color: #6bb1e1; +} + + + + +div.warning { + border: 1px solid #fcb614; +} + +div.warning p.admonition-title { + background-color: #fcb614; + border-bottom-color: #fcb614; +} + +div.admonition ul, div.admonition ol, +div.warning ul, div.warning ol { + margin: 0.1em 0.5em 0.5em 3em; + padding: 0; +} + + + + +div.versioninfo { + margin: 1em 0 0 0; + border: 1px solid #ffffff; + background-color: #ffffff; + padding: 8px; + line-height: 1.3em; + font-size: 0.9em; +} + + + + +.viewcode-back { + font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; +} + + + + +div.viewcode-block:target { + background-color: #ffffff; + border-top: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; +} \ No newline at end of file Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/chef_html_logo.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/chef_html_logo.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/chef.ico and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/chef.ico differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/chef_logo.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/chef_logo.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/comment-bright.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/comment-bright.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/comment-close.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/comment-close.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/comment.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/comment.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/contents.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/contents.png differ diff -Nru chef-11.8.2/distro/common/html/_static/doctools.js chef-11.12.8/distro/common/html/_static/doctools.js --- chef-11.8.2/distro/common/html/_static/doctools.js 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/doctools.js 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,247 @@ +/* + * doctools.js + * ~~~~~~~~~~~ + * + * Sphinx JavaScript utilities for all documentation. + * + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/** + * select a different prefix for underscore + */ +$u = _.noConflict(); + +/** + * make the code below compatible with browsers without + * an installed firebug like debugger +if (!window.console || !console.firebug) { + var names = ["log", "debug", "info", "warn", "error", "assert", "dir", + "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace", + "profile", "profileEnd"]; + window.console = {}; + for (var i = 0; i < names.length; ++i) + window.console[names[i]] = function() {}; +} + */ + +/** + * small helper function to urldecode strings + */ +jQuery.urldecode = function(x) { + return decodeURIComponent(x).replace(/\+/g, ' '); +} + +/** + * small helper function to urlencode strings + */ +jQuery.urlencode = encodeURIComponent; + +/** + * This function returns the parsed url parameters of the + * current request. Multiple values per key are supported, + * it will always return arrays of strings for the value parts. + */ +jQuery.getQueryParameters = function(s) { + if (typeof s == 'undefined') + s = document.location.search; + var parts = s.substr(s.indexOf('?') + 1).split('&'); + var result = {}; + for (var i = 0; i < parts.length; i++) { + var tmp = parts[i].split('=', 2); + var key = jQuery.urldecode(tmp[0]); + var value = jQuery.urldecode(tmp[1]); + if (key in result) + result[key].push(value); + else + result[key] = [value]; + } + return result; +}; + +/** + * small function to check if an array contains + * a given item. + */ +jQuery.contains = function(arr, item) { + for (var i = 0; i < arr.length; i++) { + if (arr[i] == item) + return true; + } + return false; +}; + +/** + * highlight a given string on a jquery object by wrapping it in + * span elements with the given class name. + */ +jQuery.fn.highlightText = function(text, className) { + function highlight(node) { + if (node.nodeType == 3) { + var val = node.nodeValue; + var pos = val.toLowerCase().indexOf(text); + if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) { + var span = document.createElement("span"); + span.className = className; + span.appendChild(document.createTextNode(val.substr(pos, text.length))); + node.parentNode.insertBefore(span, node.parentNode.insertBefore( + document.createTextNode(val.substr(pos + text.length)), + node.nextSibling)); + node.nodeValue = val.substr(0, pos); + } + } + else if (!jQuery(node).is("button, select, textarea")) { + jQuery.each(node.childNodes, function() { + highlight(this); + }); + } + } + return this.each(function() { + highlight(this); + }); +}; + +/** + * Small JavaScript module for the documentation. + */ +var Documentation = { + + init : function() { + this.fixFirefoxAnchorBug(); + this.highlightSearchWords(); + this.initIndexTable(); + }, + + /** + * i18n support + */ + TRANSLATIONS : {}, + PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; }, + LOCALE : 'unknown', + + // gettext and ngettext don't access this so that the functions + // can safely bound to a different name (_ = Documentation.gettext) + gettext : function(string) { + var translated = Documentation.TRANSLATIONS[string]; + if (typeof translated == 'undefined') + return string; + return (typeof translated == 'string') ? translated : translated[0]; + }, + + ngettext : function(singular, plural, n) { + var translated = Documentation.TRANSLATIONS[singular]; + if (typeof translated == 'undefined') + return (n == 1) ? singular : plural; + return translated[Documentation.PLURALEXPR(n)]; + }, + + addTranslations : function(catalog) { + for (var key in catalog.messages) + this.TRANSLATIONS[key] = catalog.messages[key]; + this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); + this.LOCALE = catalog.locale; + }, + + /** + * add context elements like header anchor links + */ + addContextElements : function() { + $('div[id] > :header:first').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this headline')). + appendTo(this); + }); + $('dt[id]').each(function() { + $('\u00B6'). + attr('href', '#' + this.id). + attr('title', _('Permalink to this definition')). + appendTo(this); + }); + }, + + /** + * workaround a firefox stupidity + */ + fixFirefoxAnchorBug : function() { + if (document.location.hash && $.browser.mozilla) + window.setTimeout(function() { + document.location.href += ''; + }, 10); + }, + + /** + * highlight the search words provided in the url in the text + */ + highlightSearchWords : function() { + var params = $.getQueryParameters(); + var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; + if (terms.length) { + var body = $('div.body'); + window.setTimeout(function() { + $.each(terms, function() { + body.highlightText(this.toLowerCase(), 'highlighted'); + }); + }, 10); + $('') + .appendTo($('#searchbox')); + } + }, + + /** + * init the domain index toggle buttons + */ + initIndexTable : function() { + var togglers = $('img.toggler').click(function() { + var src = $(this).attr('src'); + var idnum = $(this).attr('id').substr(7); + $('tr.cg-' + idnum).toggle(); + if (src.substr(-9) == 'minus.png') + $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); + else + $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); + }).css('display', ''); + if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { + togglers.click(); + } + }, + + /** + * helper function to hide the search marks again + */ + hideSearchWords : function() { + $('#searchbox .highlight-link').fadeOut(300); + $('span.highlighted').removeClass('highlighted'); + }, + + /** + * make the url absolute + */ + makeURL : function(relativeURL) { + return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; + }, + + /** + * get the current relative url + */ + getCurrentURL : function() { + var path = document.location.pathname; + var parts = path.split(/\//); + $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { + if (this == '..') + parts.pop(); + }); + var url = parts.join('/'); + return path.substring(url.lastIndexOf('/') + 1, path.length - 1); + } +}; + +// quick alias for translations +_ = Documentation.gettext; + +$(document).ready(function() { + Documentation.init(); +}); Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/down.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/down.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/down-pressed.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/down-pressed.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/file.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/file.png differ diff -Nru chef-11.8.2/distro/common/html/_static/guide.css chef-11.12.8/distro/common/html/_static/guide.css --- chef-11.8.2/distro/common/html/_static/guide.css 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/guide.css 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,505 @@ +/* + * opscode.css_t + * ~~~~~~~~~~~~~~~ + * + * Sphinx stylesheet -- opscode theme. Originally created by + * Opscode for docs.opscode.com. + * + * :copyright: None. + * :license: This work is licensed under a Creative Commons + * Attribution 3.0 Unported License + * + */ + +/* + * Colors + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * + * #f18a20 is Opscode orange. + * #212c35 is Opscode blue. + * + * #212c35 is used for text color and header colors + * #f18a20 for header underlines and border treatments + * + * Triads for #f18a20: #273fa4 (blue) and #18b246 (green) + * Triads for #212c35: #524a31 (tan) and #523a31 (salmon) + * Triads should only be used to accent the Opscode blue or orange + * + * For div.admonition: #6bb1e1 + * For div.warning: #fcb614 + * + * For subheaders and other treatments: #7c858c, then #b5bec6, then #d8dde3 + * For table headers: #7c858c (with #000000 text color) + * For links: #6d3528, rollover #59b6b2 + * + * Alternate colors in the official color palette (but try not to use): #59b6b2, #6d3528 + * + * For regular text: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; + * For monospace text: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + * + * For div.related, the 8px ensures that the | is spaced evenly. + * + */ + +@import url("basic.css"); + +/* -- the background color for the whole page and the borders for the topic page, header, footer */ +/* -- IMPORTANT -- color is the color of the text on div.document; must be black or Opscode blue */ + +body { + font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; + font-size: 14px; + letter-spacing: -0.00em; + line-height: 150%; + text-align: center; + background-color: #7c858c; + color: #212c35; + padding: 0; + border: 4px solid #7c858c; + border-top: 0px solid #7c858c; + border-bottom: 0px solid #7c858c; + margin: 0px 80px 0px 80px; + min-width: 740px; +} + + + +/* -- the actual topic background, must be white all the time no exceptions */ + +div.document { + background-color: #ffffff; + text-align: left; + background-image: url(contents.png); + background-repeat: repeat-x; +} + + + +/* -- the vertical line between the topics and the TOC */ + +div.bodywrapper { + margin: 0 240px 0 0; + border-right: 4px solid #d8dde3; +} + +div.body { + margin: 0; + padding: 0.5em 20px 20px 20px; +} + +div.related { + font-size: 1em; +} + + + +/* -- the borders above and below the header and footer */ + +div.related ul { + background-color: #ffffff; + height: 1.8em; + border-top: 4px solid #d8dde3; + border-bottom: 4px solid #d8dde3; +} + +div.related ul li { + margin: 0; + padding: 0; + height: 2em; + float: left; +} + +div.related ul li.right { + float: right; + margin-right: 5px; +} + + + +/* -- the Sphinx-specific navigation text located just below the header and just above the footer */ + +div.related ul li a { + margin: 0; + padding: 0 8px 0 5px; + line-height: 1.75em; + color: #7c858c; +} + +div.related ul li a:hover { + color: #b5bec6; +} + + +div.sphinxsidebarwrapper { + padding: 0; +} + +div.sphinxsidebar { + margin: 0; + padding: 0.5em 15px 15px 0; + width: 210px; + float: right; + font-size: 1em; + text-align: left; + +} + + + +/* -- The colors of the TOC sidebar; h3 is headers, a is the text links and both should be same color */ + +div.sphinxsidebar h3, div.sphinxsidebar h4 { + margin: 1em 0 0.5em 0; + font-size: 1em; + padding: 0.1em 0 0.1em 0.5em; + color: #ffffff; + border: 1px solid #ffffff; + background-color: #7c858c; +} + +div.sphinxsidebar a { + color: #212c35; + padding: 0.1em 0 0.1em 0.5em; + text-decoration: none; +} + +div.sphinxsidebar h3 a { + color: #ffffff; +} + +div.sphinxsidebar ul { + padding-left: 1.5em; + margin-top: 7px; + padding: 0; + line-height: 130%; +} + +div.sphinxsidebar ul ul { + margin-left: 20px; +} + + + + +/* + * footer + * ~~~~~~~~~~~~~~~~~~~ + * + */ + + +div.footer { + background-color: #ffffff; + color: #ffffff; + padding: 3px 8px 3px 0; + clear: both; + font-size: 0.8em; + text-align: right; +} + +div.footer a { + color: #ffffff; + text-decoration: none; +} + +/* -- body styles ----------------------------------------------------------- */ + +p { + margin: 0.8em 0 0.5em 0; +} + + +a { + color: #4d97c6; + text-decoration: none; +} + +a:hover { + color: #7c858c; +} + +div.body a { + text-decoration: none; +} + +em { + font-style: normal; +} + +/* -- header styles, basically Opscode blue with colored underlines and decreasing border bottom sizes */ + +h1 { + margin: 0.5; + padding: 0.7em 0 0.3em 0; + font-size: 1.75em; + color: #212c35; + border-bottom:solid 4px #f18a20; +} + +h2 { + margin: 1.3em 0 0.2em 0; + font-size: 1.55em; + color: #212c35; + padding: 0.7em 0 0.3em 0; + border-bottom:solid 2px #7c858c; +} + +h3 { + margin: 1em 0 -0.3em 0; + font-size: 1.35em; + color: #212c35; + padding: 0.7em 0 0.3em 0; + border-bottom:solid 1px #7c858c; +} + +h4 { + margin: 1em 0 -0.3em 0; + font-size: 1.15em; + color: #212c35; + padding: 0.7em 0 0.3em 0; + border-bottom:solid 0px #7c858c; +} + +div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a { + color: #ffffff!important; +} + +h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor { + display: none; + margin: 0 0 0 0.3em; + padding: 0 0.2em 0 0.2em; + color: #ffffff!important; +} + +h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor, +h5:hover a.anchor, h6:hover a.anchor { + display: inline; +} + +h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover, +h5 a.anchor:hover, h6 a.anchor:hover { + color: #ffffff; + background-color: #ffffff; +} + + + + +a.headerlink { + color: #ffffff!important; + font-size: 1em; + margin-left: 6px; + padding: 0 4px 0 4px; + text-decoration: none!important; +} + +a.headerlink:hover { + background-color: #ffffff; + color: #ffffff!important; +} + +cite, code, tt { + font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.95em; + letter-spacing: 0.01em; +} + + + + + +tt { + background-color: #ebecf1; + border-bottom: 1px solid #d8dde3; + color: #212c35; +} + +tt.descname, tt.descclassname, tt.xref { + border: 0; +} + +/* -- has Opscode orange for testing */ + +hr { + border: 1px solid #f18a20; + margin: 2em; +} + +/* -- has Opscode orange for testing */ + +a tt { + border: 0; + color: #f18a20; +} + +/* -- has Opscode orange for testing */ + +a tt:hover { + color: #f18a20; +} + +/* -- has Opscode orange for testing */ + +pre { + font-family: 'Consolas', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; + font-size: 0.95em; + letter-spacing: 0.015em; + line-height: 120%; + padding: 0.5em; + border: 0.0px solid #d8dde3; + background-color: #ebecf1; +} + +pre a { + color: inherit; + text-decoration: underline; +} + +td.linenos pre { + padding: 0.5em 0; +} + +/* -- has Opscode orange for testing */ + +div.quotebar { + background-color: #f18a20; + max-width: 250px; + float: right; + padding: 2px 7px; + border: 1px solid #f18a20; +} + +/* -- has Opscode orange for testing */ + +div.topic { + background-color: #f18a20; +} + + +/* -- table styles */ + +table.docutils { + border: 0; + border-collapse: separate; + border-spacing:4px; + +} + +table.docutils th { + padding: 1px 8px 1px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 0px solid #ffffff; + background-color: #7c858c; + color: #ffffff; +} + +table.docutils td { + padding: 5px 5px 5px 5px; + border-top: 0; + border-left: 0; + border-right: 0; + border-bottom: 1px dashed #7c858c; +} + +table.field-list td, table.field-list th { + border: 0 !important; +} + +table.footnote td, table.footnote th { + border: 0 !important; +} + +th { + text-align: left; + padding-right: 5px; +} + +table.citation { + border-left: solid 1px gray; + margin-left: 1px; +} + +table.citation td { + border-bottom: none; +} + + + + + + + +div.admonition, div.warning { + font-size: 0.9em; + margin: 1em 0 1em 0; + border: 1px solid #6bb1e1; + background-color: #ffffff; + padding: 0; +} + +div.admonition p, div.warning p { + margin: 0.5em 1em 0.5em 1em; + padding: 0; +} + +div.admonition pre, div.warning pre { + margin: 0.4em 1em 0.4em 1em; +} + +div.admonition p.admonition-title, +div.warning p.admonition-title { + margin: 0; + padding: 0.1em 0 0.1em 0.5em; + color: #ffffff; + border-bottom: 1px solid #6bb1e1; + font-weight: bold; + background-color: #6bb1e1; +} + + + + +div.warning { + border: 1px solid #fcb614; +} + +div.warning p.admonition-title { + background-color: #fcb614; + border-bottom-color: #fcb614; +} + +div.admonition ul, div.admonition ol, +div.warning ul, div.warning ol { + margin: 0.1em 0.5em 0.5em 3em; + padding: 0; +} + + + + +div.versioninfo { + margin: 1em 0 0 0; + border: 1px solid #ffffff; + background-color: #ffffff; + padding: 8px; + line-height: 1.3em; + font-size: 0.9em; +} + + + + +.viewcode-back { + font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; +} + + + + +div.viewcode-block:target { + background-color: #ffffff; + border-top: 1px solid #ffffff; + border-bottom: 1px solid #ffffff; +} \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_static/jquery.js chef-11.12.8/distro/common/html/_static/jquery.js --- chef-11.8.2/distro/common/html/_static/jquery.js 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/jquery.js 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/minus.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/minus.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/navigation.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/navigation.png differ Binary files /tmp/MuGKwq8Kkd/chef-11.8.2/distro/common/html/_static/plus.png and /tmp/4o62zTvyKC/chef-11.12.8/distro/common/html/_static/plus.png differ diff -Nru chef-11.8.2/distro/common/html/_static/pygments.css chef-11.12.8/distro/common/html/_static/pygments.css --- chef-11.8.2/distro/common/html/_static/pygments.css 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/pygments.css 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,62 @@ +.highlight .hll { background-color: #ffffcc } +.highlight { background: #f8f8f8; } +.highlight .c { color: #008800; font-style: italic } /* Comment */ +.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .k { color: #AA22FF; font-weight: bold } /* Keyword */ +.highlight .o { color: #666666 } /* Operator */ +.highlight .cm { color: #008800; font-style: italic } /* Comment.Multiline */ +.highlight .cp { color: #008800 } /* Comment.Preproc */ +.highlight .c1 { color: #008800; font-style: italic } /* Comment.Single */ +.highlight .cs { color: #008800; font-weight: bold } /* Comment.Special */ +.highlight .gd { color: #A00000 } /* Generic.Deleted */ +.highlight .ge { font-style: italic } /* Generic.Emph */ +.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.highlight .gi { color: #00A000 } /* Generic.Inserted */ +.highlight .go { color: #808080 } /* Generic.Output */ +.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.highlight .gs { font-weight: bold } /* Generic.Strong */ +.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.highlight .gt { color: #0040D0 } /* Generic.Traceback */ +.highlight .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */ +.highlight .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */ +.highlight .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */ +.highlight .kp { color: #AA22FF } /* Keyword.Pseudo */ +.highlight .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */ +.highlight .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */ +.highlight .m { color: #666666 } /* Literal.Number */ +.highlight .s { color: #BB4444 } /* Literal.String */ +.highlight .na { color: #BB4444 } /* Name.Attribute */ +.highlight .nb { color: #AA22FF } /* Name.Builtin */ +.highlight .nc { color: #0000FF } /* Name.Class */ +.highlight .no { color: #880000 } /* Name.Constant */ +.highlight .nd { color: #AA22FF } /* Name.Decorator */ +.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */ +.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.highlight .nf { color: #00A000 } /* Name.Function */ +.highlight .nl { color: #A0A000 } /* Name.Label */ +.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.highlight .nv { color: #B8860B } /* Name.Variable */ +.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .mf { color: #666666 } /* Literal.Number.Float */ +.highlight .mh { color: #666666 } /* Literal.Number.Hex */ +.highlight .mi { color: #666666 } /* Literal.Number.Integer */ +.highlight .mo { color: #666666 } /* Literal.Number.Oct */ +.highlight .sb { color: #BB4444 } /* Literal.String.Backtick */ +.highlight .sc { color: #BB4444 } /* Literal.String.Char */ +.highlight .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #BB4444 } /* Literal.String.Double */ +.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #BB4444 } /* Literal.String.Heredoc */ +.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.highlight .sx { color: #008000 } /* Literal.String.Other */ +.highlight .sr { color: #BB6688 } /* Literal.String.Regex */ +.highlight .s1 { color: #BB4444 } /* Literal.String.Single */ +.highlight .ss { color: #B8860B } /* Literal.String.Symbol */ +.highlight .bp { color: #AA22FF } /* Name.Builtin.Pseudo */ +.highlight .vc { color: #B8860B } /* Name.Variable.Class */ +.highlight .vg { color: #B8860B } /* Name.Variable.Global */ +.highlight .vi { color: #B8860B } /* Name.Variable.Instance */ +.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff -Nru chef-11.8.2/distro/common/html/_static/searchtools.js chef-11.12.8/distro/common/html/_static/searchtools.js --- chef-11.8.2/distro/common/html/_static/searchtools.js 1970-01-01 00:00:00.000000000 +0000 +++ chef-11.12.8/distro/common/html/_static/searchtools.js 2014-06-24 06:20:02.000000000 +0000 @@ -0,0 +1,560 @@ +/* + * searchtools.js_t + * ~~~~~~~~~~~~~~~~ + * + * Sphinx JavaScript utilties for the full-text search. + * + * :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +/** + * helper function to return a node containing the + * search summary for a given text. keywords is a list + * of stemmed words, hlwords is the list of normal, unstemmed + * words. the first one is used to find the occurance, the + * latter for highlighting it. + */ + +jQuery.makeSearchSummary = function(text, keywords, hlwords) { + var textLower = text.toLowerCase(); + var start = 0; + $.each(keywords, function() { + var i = textLower.indexOf(this.toLowerCase()); + if (i > -1) + start = i; + }); + start = Math.max(start - 120, 0); + var excerpt = ((start > 0) ? '...' : '') + + $.trim(text.substr(start, 240)) + + ((start + 240 - text.length) ? '...' : ''); + var rv = $('
').text(excerpt); + $.each(hlwords, function() { + rv = rv.highlightText(this, 'highlighted'); + }); + return rv; +} + + +/** + * Porter Stemmer + */ +var Stemmer = function() { + + var step2list = { + ational: 'ate', + tional: 'tion', + enci: 'ence', + anci: 'ance', + izer: 'ize', + bli: 'ble', + alli: 'al', + entli: 'ent', + eli: 'e', + ousli: 'ous', + ization: 'ize', + ation: 'ate', + ator: 'ate', + alism: 'al', + iveness: 'ive', + fulness: 'ful', + ousness: 'ous', + aliti: 'al', + iviti: 'ive', + biliti: 'ble', + logi: 'log' + }; + + var step3list = { + icate: 'ic', + ative: '', + alize: 'al', + iciti: 'ic', + ical: 'ic', + ful: '', + ness: '' + }; + + var c = "[^aeiou]"; // consonant + var v = "[aeiouy]"; // vowel + var C = c + "[^aeiouy]*"; // consonant sequence + var V = v + "[aeiou]*"; // vowel sequence + + var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0 + var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 + var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 + var s_v = "^(" + C + ")?" + v; // vowel in stem + + this.stemWord = function (w) { + var stem; + var suffix; + var firstch; + var origword = w; + + if (w.length < 3) + return w; + + var re; + var re2; + var re3; + var re4; + + firstch = w.substr(0,1); + if (firstch == "y") + w = firstch.toUpperCase() + w.substr(1); + + // Step 1a + re = /^(.+?)(ss|i)es$/; + re2 = /^(.+?)([^s])s$/; + + if (re.test(w)) + w = w.replace(re,"$1$2"); + else if (re2.test(w)) + w = w.replace(re2,"$1$2"); + + // Step 1b + re = /^(.+?)eed$/; + re2 = /^(.+?)(ed|ing)$/; + if (re.test(w)) { + var fp = re.exec(w); + re = new RegExp(mgr0); + if (re.test(fp[1])) { + re = /.$/; + w = w.replace(re,""); + } + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1]; + re2 = new RegExp(s_v); + if (re2.test(stem)) { + w = stem; + re2 = /(at|bl|iz)$/; + re3 = new RegExp("([^aeiouylsz])\\1$"); + re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re2.test(w)) + w = w + "e"; + else if (re3.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + else if (re4.test(w)) + w = w + "e"; + } + } + + // Step 1c + re = /^(.+?)y$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(s_v); + if (re.test(stem)) + w = stem + "i"; + } + + // Step 2 + re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step2list[suffix]; + } + + // Step 3 + re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + suffix = fp[2]; + re = new RegExp(mgr0); + if (re.test(stem)) + w = stem + step3list[suffix]; + } + + // Step 4 + re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; + re2 = /^(.+?)(s|t)(ion)$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + if (re.test(stem)) + w = stem; + } + else if (re2.test(w)) { + var fp = re2.exec(w); + stem = fp[1] + fp[2]; + re2 = new RegExp(mgr1); + if (re2.test(stem)) + w = stem; + } + + // Step 5 + re = /^(.+?)e$/; + if (re.test(w)) { + var fp = re.exec(w); + stem = fp[1]; + re = new RegExp(mgr1); + re2 = new RegExp(meq1); + re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); + if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) + w = stem; + } + re = /ll$/; + re2 = new RegExp(mgr1); + if (re.test(w) && re2.test(w)) { + re = /.$/; + w = w.replace(re,""); + } + + // and turn initial Y back to y + if (firstch == "y") + w = firstch.toLowerCase() + w.substr(1); + return w; + } +} + + +/** + * Search Module + */ +var Search = { + + _index : null, + _queued_query : null, + _pulse_status : -1, + + init : function() { + var params = $.getQueryParameters(); + if (params.q) { + var query = params.q[0]; + $('input[name="q"]')[0].value = query; + this.performSearch(query); + } + }, + + loadIndex : function(url) { + $.ajax({type: "GET", url: url, data: null, success: null, + dataType: "script", cache: true}); + }, + + setIndex : function(index) { + var q; + this._index = index; + if ((q = this._queued_query) !== null) { + this._queued_query = null; + Search.query(q); + } + }, + + hasIndex : function() { + return this._index !== null; + }, + + deferQuery : function(query) { + this._queued_query = query; + }, + + stopPulse : function() { + this._pulse_status = 0; + }, + + startPulse : function() { + if (this._pulse_status >= 0) + return; + function pulse() { + Search._pulse_status = (Search._pulse_status + 1) % 4; + var dotString = ''; + for (var i = 0; i < Search._pulse_status; i++) + dotString += '.'; + Search.dots.text(dotString); + if (Search._pulse_status > -1) + window.setTimeout(pulse, 500); + }; + pulse(); + }, + + /** + * perform a search for something + */ + performSearch : function(query) { + // create the required interface elements + this.out = $('#search-results'); + this.title = $('

' + _('Searching') + '

').appendTo(this.out); + this.dots = $('').appendTo(this.title); + this.status = $('

').appendTo(this.out); + this.output = $('