Puppet 3 cookbook :: build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing /
Puppet 3 Cookbook is written in a Cookbook style, showing you how to set up and expand your Puppet infrastructure. It not only gives you everything you need to become a Puppet expert, but includes powerful code samples and techniques developed over many years of production experience. With it, you...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, England :
Packt Publishing,
2013.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Puppet 3 Cookbook is written in a Cookbook style, showing you how to set up and expand your Puppet infrastructure. It not only gives you everything you need to become a Puppet expert, but includes powerful code samples and techniques developed over many years of production experience. With it, you'll save time and effort by automating tedious manual processes, impress your boss by delivering better business value from IT, and future-proof your career by getting to grips with the new technologies revolutionizing the industry.""Puppet 3 Cookbook"" is for anyone who builds and administers servers |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (274 pages) : illustrations |
ISBN: | 9781782169512 1782169512 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn861526632 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cn||||||||| | ||
008 | 130920s2013 enka of 001 0 eng d | ||
040 | |a E7B |b eng |e rda |e pn |c E7B |d OCLCO |d COO |d EBLCP |d IDEBK |d DEBSZ |d YDXCP |d OCLCF |d OCLCQ |d FEM |d CNNOR |d MOR |d PIFAG |d N$T |d ZCU |d OCL |d AGLDB |d MERUC |d OCLCQ |d OCLCO |d D6H |d VNS |d OCLCQ |d VTS |d ICG |d OCLCQ |d OCLCO |d STF |d DKC |d OCLCQ |d OCLCO |d OCLCQ |d AJS |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 857364895 |a 961537785 |a 962677862 |a 968016038 |a 969037664 | ||
020 | |a 9781782169512 |q (electronic bk.) | ||
020 | |a 1782169512 |q (electronic bk.) | ||
020 | |z 1782169768 | ||
020 | |z 9781782169765 | ||
035 | |a (OCoLC)861526632 |z (OCoLC)857364895 |z (OCoLC)961537785 |z (OCoLC)962677862 |z (OCoLC)968016038 |z (OCoLC)969037664 | ||
050 | 4 | |a QA76.76.C69 | |
050 | 4 | |a TK5105.59 |b .A384 2013eb | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 7 | |a 005.1 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Arundel, John. | |
245 | 1 | 0 | |a Puppet 3 cookbook : |b build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / |c John Arundel. |
264 | 1 | |a Birmingham, England : |b Packt Publishing, |c 2013. | |
300 | |a 1 online resource (274 pages) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
347 | |a text file | ||
490 | 1 | |a Community experience distilled | |
500 | |a Includes index. | ||
588 | 0 | |a Online resource; title from PDF title page (ebrary, viewed September 21, 2013). | |
505 | 0 | |a Table of Contents; Puppet 3 Cookbook; Puppet 3 Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Puppet Infrastructure; Introduction; Linux distributions; Puppet versions; Installing Puppet; Getting ready ... ; How to do it ... ; Creating a manifest; How to do it ... | |
505 | 8 | |a Managing your manifests with GitGetting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Creating a decentralized Puppet architecture; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing a papply script; How to do it ... ; How it works ... ; Running Puppet from cron; Getting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Deploying changes with Rake; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Bootstrapping Puppet with Rake; Getting ready ... ; How to do it ... ; How it works ... ; Automatic syntax checking with Git hooks. | |
505 | 8 | |a How to do it ... How it works ... ; 2. Puppet Language and Style; Introduction; Using community Puppet style; How to do it ... ; Indentation; Quoting; Variables; Parameters; Symlinks; There's more ... ; Checking your manifests with puppet-lint; Getting ready; How to do it ... ; There's more ... ; See also; Using modules; How to do it ... ; How it works ... ; There's more ... ; Templates; Facts, functions, types, and providers; Autogenerating module layout; Third party modules; Module organization; See also; Using standard naming conventions; How to do it ... ; There's more ... ; Using inline templates; How to do it ... ; How it works ... | |
505 | 8 | |a There's more ... See also; Iterating over multiple items; How to do it ... ; How it works ... ; There's more ... ; Using hashes; Creating arrays with the split function; Writing powerful conditional statements; How to do it ... ; How it works ... ; There's more ... ; Elsif branches; Comparisons; Combining expressions; See also; Using regular expressions in if statements; How to do it ... ; How it works ... ; There's more ... ; Capturing patterns; Regular expression syntax; See also; Using selectors and case statements; How to do it ... ; How it works ... ; Selector; Case statement; There's more ... ; Regular expressions; Defaults. | |
505 | 8 | |a Using the in operatorHow to do it ... ; There's more ... ; Using regular expression substitutions; How to do it ... ; How it works ... ; There's more; See also; 3. Writing Better Manifests; Introduction; Using arrays of resources; How to do it ... ; How it works ... ; See also; Using definitions; How to do it ... ; How it works ... ; There's more ... ; See also; Using dependencies; How to do it ... ; How it works ... ; There's more ... ; Using tags; How to do it ... ; There's more ... ; Using run stages; How to do it ... ; How it works ... ; There's more ... ; See also; Using node inheritance; How to do it ... ; How it works ... ; There's more ... ; See also. | |
520 | |a Puppet 3 Cookbook is written in a Cookbook style, showing you how to set up and expand your Puppet infrastructure. It not only gives you everything you need to become a Puppet expert, but includes powerful code samples and techniques developed over many years of production experience. With it, you'll save time and effort by automating tedious manual processes, impress your boss by delivering better business value from IT, and future-proof your career by getting to grips with the new technologies revolutionizing the industry.""Puppet 3 Cookbook"" is for anyone who builds and administers servers | ||
630 | 0 | 0 | |a Puppet (Computer file) |0 http://id.loc.gov/authorities/names/no2011179787 |
630 | 0 | 7 | |a Puppet (Computer file) |2 fast |
650 | 0 | |a Software configuration management. |0 http://id.loc.gov/authorities/subjects/sh91002171 | |
650 | 0 | |a Client/server computing. |0 http://id.loc.gov/authorities/subjects/sh93000502 | |
650 | 0 | |a Database management. |0 http://id.loc.gov/authorities/subjects/sh85035848 | |
650 | 6 | |a Logiciels |x Gestion de configurations. | |
650 | 6 | |a Architecture client-serveur (Informatique) | |
650 | 6 | |a Bases de données |x Gestion. | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a Client/server computing |2 fast | |
650 | 7 | |a Database management |2 fast | |
650 | 7 | |a Software configuration management |2 fast | |
758 | |i has work: |a Puppet 3 cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCFRq9frYMWbxWBRrJhWcmq |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Arundel, John. |t Puppet 3 Cookbook. |d Birmingham : Packt Publishing, ©2013 |z 9781782169765 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637227 |3 Volltext |
938 | |a EBL - Ebook Library |b EBLB |n EBL1343641 | ||
938 | |a ebrary |b EBRY |n ebr10754115 | ||
938 | |a EBSCOhost |b EBSC |n 637227 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis26099383 | ||
938 | |a YBP Library Services |b YANK |n 11090694 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn861526632 |
---|---|
_version_ | 1816882248353316864 |
adam_text | |
any_adam_object | |
author | Arundel, John |
author_facet | Arundel, John |
author_role | |
author_sort | Arundel, John |
author_variant | j a ja |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.76.C69 TK5105.59 .A384 2013eb |
callnumber-search | QA76.76.C69 TK5105.59 .A384 2013eb |
callnumber-sort | QA 276.76 C69 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents; Puppet 3 Cookbook; Puppet 3 Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Puppet Infrastructure; Introduction; Linux distributions; Puppet versions; Installing Puppet; Getting ready ... ; How to do it ... ; Creating a manifest; How to do it ... Managing your manifests with GitGetting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Creating a decentralized Puppet architecture; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing a papply script; How to do it ... ; How it works ... ; Running Puppet from cron; Getting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Deploying changes with Rake; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Bootstrapping Puppet with Rake; Getting ready ... ; How to do it ... ; How it works ... ; Automatic syntax checking with Git hooks. How to do it ... How it works ... ; 2. Puppet Language and Style; Introduction; Using community Puppet style; How to do it ... ; Indentation; Quoting; Variables; Parameters; Symlinks; There's more ... ; Checking your manifests with puppet-lint; Getting ready; How to do it ... ; There's more ... ; See also; Using modules; How to do it ... ; How it works ... ; There's more ... ; Templates; Facts, functions, types, and providers; Autogenerating module layout; Third party modules; Module organization; See also; Using standard naming conventions; How to do it ... ; There's more ... ; Using inline templates; How to do it ... ; How it works ... There's more ... See also; Iterating over multiple items; How to do it ... ; How it works ... ; There's more ... ; Using hashes; Creating arrays with the split function; Writing powerful conditional statements; How to do it ... ; How it works ... ; There's more ... ; Elsif branches; Comparisons; Combining expressions; See also; Using regular expressions in if statements; How to do it ... ; How it works ... ; There's more ... ; Capturing patterns; Regular expression syntax; See also; Using selectors and case statements; How to do it ... ; How it works ... ; Selector; Case statement; There's more ... ; Regular expressions; Defaults. Using the in operatorHow to do it ... ; There's more ... ; Using regular expression substitutions; How to do it ... ; How it works ... ; There's more; See also; 3. Writing Better Manifests; Introduction; Using arrays of resources; How to do it ... ; How it works ... ; See also; Using definitions; How to do it ... ; How it works ... ; There's more ... ; See also; Using dependencies; How to do it ... ; How it works ... ; There's more ... ; Using tags; How to do it ... ; There's more ... ; Using run stages; How to do it ... ; How it works ... ; There's more ... ; See also; Using node inheritance; How to do it ... ; How it works ... ; There's more ... ; See also. |
ctrlnum | (OCoLC)861526632 |
dewey-full | 005.1 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.1 |
dewey-search | 005.1 |
dewey-sort | 15.1 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07011cam a2200709 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn861526632</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cn|||||||||</controlfield><controlfield tag="008">130920s2013 enka of 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">E7B</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">E7B</subfield><subfield code="d">OCLCO</subfield><subfield code="d">COO</subfield><subfield code="d">EBLCP</subfield><subfield code="d">IDEBK</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">YDXCP</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">FEM</subfield><subfield code="d">CNNOR</subfield><subfield code="d">MOR</subfield><subfield code="d">PIFAG</subfield><subfield code="d">N$T</subfield><subfield code="d">ZCU</subfield><subfield code="d">OCL</subfield><subfield code="d">AGLDB</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">D6H</subfield><subfield code="d">VNS</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VTS</subfield><subfield code="d">ICG</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">STF</subfield><subfield code="d">DKC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AJS</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">857364895</subfield><subfield code="a">961537785</subfield><subfield code="a">962677862</subfield><subfield code="a">968016038</subfield><subfield code="a">969037664</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781782169512</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1782169512</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1782169768</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781782169765</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)861526632</subfield><subfield code="z">(OCoLC)857364895</subfield><subfield code="z">(OCoLC)961537785</subfield><subfield code="z">(OCoLC)962677862</subfield><subfield code="z">(OCoLC)968016038</subfield><subfield code="z">(OCoLC)969037664</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.76.C69</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.59</subfield><subfield code="b">.A384 2013eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051230</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.1</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Arundel, John.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Puppet 3 cookbook :</subfield><subfield code="b">build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing /</subfield><subfield code="c">John Arundel.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, England :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2013.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (274 pages) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from PDF title page (ebrary, viewed September 21, 2013).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents; Puppet 3 Cookbook; Puppet 3 Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Puppet Infrastructure; Introduction; Linux distributions; Puppet versions; Installing Puppet; Getting ready ... ; How to do it ... ; Creating a manifest; How to do it ...</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Managing your manifests with GitGetting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Creating a decentralized Puppet architecture; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing a papply script; How to do it ... ; How it works ... ; Running Puppet from cron; Getting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Deploying changes with Rake; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Bootstrapping Puppet with Rake; Getting ready ... ; How to do it ... ; How it works ... ; Automatic syntax checking with Git hooks.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How to do it ... How it works ... ; 2. Puppet Language and Style; Introduction; Using community Puppet style; How to do it ... ; Indentation; Quoting; Variables; Parameters; Symlinks; There's more ... ; Checking your manifests with puppet-lint; Getting ready; How to do it ... ; There's more ... ; See also; Using modules; How to do it ... ; How it works ... ; There's more ... ; Templates; Facts, functions, types, and providers; Autogenerating module layout; Third party modules; Module organization; See also; Using standard naming conventions; How to do it ... ; There's more ... ; Using inline templates; How to do it ... ; How it works ...</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">There's more ... See also; Iterating over multiple items; How to do it ... ; How it works ... ; There's more ... ; Using hashes; Creating arrays with the split function; Writing powerful conditional statements; How to do it ... ; How it works ... ; There's more ... ; Elsif branches; Comparisons; Combining expressions; See also; Using regular expressions in if statements; How to do it ... ; How it works ... ; There's more ... ; Capturing patterns; Regular expression syntax; See also; Using selectors and case statements; How to do it ... ; How it works ... ; Selector; Case statement; There's more ... ; Regular expressions; Defaults.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Using the in operatorHow to do it ... ; There's more ... ; Using regular expression substitutions; How to do it ... ; How it works ... ; There's more; See also; 3. Writing Better Manifests; Introduction; Using arrays of resources; How to do it ... ; How it works ... ; See also; Using definitions; How to do it ... ; How it works ... ; There's more ... ; See also; Using dependencies; How to do it ... ; How it works ... ; There's more ... ; Using tags; How to do it ... ; There's more ... ; Using run stages; How to do it ... ; How it works ... ; There's more ... ; See also; Using node inheritance; How to do it ... ; How it works ... ; There's more ... ; See also.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Puppet 3 Cookbook is written in a Cookbook style, showing you how to set up and expand your Puppet infrastructure. It not only gives you everything you need to become a Puppet expert, but includes powerful code samples and techniques developed over many years of production experience. With it, you'll save time and effort by automating tedious manual processes, impress your boss by delivering better business value from IT, and future-proof your career by getting to grips with the new technologies revolutionizing the industry.""Puppet 3 Cookbook"" is for anyone who builds and administers servers</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Puppet (Computer file)</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011179787</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Puppet (Computer file)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Software configuration management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh91002171</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Client/server computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh93000502</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Database management.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85035848</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels</subfield><subfield code="x">Gestion de configurations.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Architecture client-serveur (Informatique)</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Bases de données</subfield><subfield code="x">Gestion.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Software Development & Engineering</subfield><subfield code="x">General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Client/server computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Database management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Software configuration management</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Puppet 3 cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCFRq9frYMWbxWBRrJhWcmq</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Arundel, John.</subfield><subfield code="t">Puppet 3 Cookbook.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2013</subfield><subfield code="z">9781782169765</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637227</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL1343641</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ebrary</subfield><subfield code="b">EBRY</subfield><subfield code="n">ebr10754115</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">637227</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis26099383</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">11090694</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn861526632 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:25:36Z |
institution | BVB |
isbn | 9781782169512 1782169512 |
language | English |
oclc_num | 861526632 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (274 pages) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2013 |
publishDateSearch | 2013 |
publishDateSort | 2013 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Arundel, John. Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / John Arundel. Birmingham, England : Packt Publishing, 2013. 1 online resource (274 pages) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Includes index. Online resource; title from PDF title page (ebrary, viewed September 21, 2013). Table of Contents; Puppet 3 Cookbook; Puppet 3 Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Puppet Infrastructure; Introduction; Linux distributions; Puppet versions; Installing Puppet; Getting ready ... ; How to do it ... ; Creating a manifest; How to do it ... Managing your manifests with GitGetting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Creating a decentralized Puppet architecture; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing a papply script; How to do it ... ; How it works ... ; Running Puppet from cron; Getting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Deploying changes with Rake; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Bootstrapping Puppet with Rake; Getting ready ... ; How to do it ... ; How it works ... ; Automatic syntax checking with Git hooks. How to do it ... How it works ... ; 2. Puppet Language and Style; Introduction; Using community Puppet style; How to do it ... ; Indentation; Quoting; Variables; Parameters; Symlinks; There's more ... ; Checking your manifests with puppet-lint; Getting ready; How to do it ... ; There's more ... ; See also; Using modules; How to do it ... ; How it works ... ; There's more ... ; Templates; Facts, functions, types, and providers; Autogenerating module layout; Third party modules; Module organization; See also; Using standard naming conventions; How to do it ... ; There's more ... ; Using inline templates; How to do it ... ; How it works ... There's more ... See also; Iterating over multiple items; How to do it ... ; How it works ... ; There's more ... ; Using hashes; Creating arrays with the split function; Writing powerful conditional statements; How to do it ... ; How it works ... ; There's more ... ; Elsif branches; Comparisons; Combining expressions; See also; Using regular expressions in if statements; How to do it ... ; How it works ... ; There's more ... ; Capturing patterns; Regular expression syntax; See also; Using selectors and case statements; How to do it ... ; How it works ... ; Selector; Case statement; There's more ... ; Regular expressions; Defaults. Using the in operatorHow to do it ... ; There's more ... ; Using regular expression substitutions; How to do it ... ; How it works ... ; There's more; See also; 3. Writing Better Manifests; Introduction; Using arrays of resources; How to do it ... ; How it works ... ; See also; Using definitions; How to do it ... ; How it works ... ; There's more ... ; See also; Using dependencies; How to do it ... ; How it works ... ; There's more ... ; Using tags; How to do it ... ; There's more ... ; Using run stages; How to do it ... ; How it works ... ; There's more ... ; See also; Using node inheritance; How to do it ... ; How it works ... ; There's more ... ; See also. Puppet 3 Cookbook is written in a Cookbook style, showing you how to set up and expand your Puppet infrastructure. It not only gives you everything you need to become a Puppet expert, but includes powerful code samples and techniques developed over many years of production experience. With it, you'll save time and effort by automating tedious manual processes, impress your boss by delivering better business value from IT, and future-proof your career by getting to grips with the new technologies revolutionizing the industry.""Puppet 3 Cookbook"" is for anyone who builds and administers servers Puppet (Computer file) http://id.loc.gov/authorities/names/no2011179787 Puppet (Computer file) fast Software configuration management. http://id.loc.gov/authorities/subjects/sh91002171 Client/server computing. http://id.loc.gov/authorities/subjects/sh93000502 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Logiciels Gestion de configurations. Architecture client-serveur (Informatique) Bases de données Gestion. COMPUTERS Software Development & Engineering General. bisacsh Client/server computing fast Database management fast Software configuration management fast has work: Puppet 3 cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCFRq9frYMWbxWBRrJhWcmq https://id.oclc.org/worldcat/ontology/hasWork Print version: Arundel, John. Puppet 3 Cookbook. Birmingham : Packt Publishing, ©2013 9781782169765 Community experience distilled. FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637227 Volltext |
spellingShingle | Arundel, John Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / Community experience distilled. Table of Contents; Puppet 3 Cookbook; Puppet 3 Cookbook; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Puppet Infrastructure; Introduction; Linux distributions; Puppet versions; Installing Puppet; Getting ready ... ; How to do it ... ; Creating a manifest; How to do it ... Managing your manifests with GitGetting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Creating a decentralized Puppet architecture; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Writing a papply script; How to do it ... ; How it works ... ; Running Puppet from cron; Getting ready ... ; How to do it ... ; How it works ... ; There's more ... ; Deploying changes with Rake; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Bootstrapping Puppet with Rake; Getting ready ... ; How to do it ... ; How it works ... ; Automatic syntax checking with Git hooks. How to do it ... How it works ... ; 2. Puppet Language and Style; Introduction; Using community Puppet style; How to do it ... ; Indentation; Quoting; Variables; Parameters; Symlinks; There's more ... ; Checking your manifests with puppet-lint; Getting ready; How to do it ... ; There's more ... ; See also; Using modules; How to do it ... ; How it works ... ; There's more ... ; Templates; Facts, functions, types, and providers; Autogenerating module layout; Third party modules; Module organization; See also; Using standard naming conventions; How to do it ... ; There's more ... ; Using inline templates; How to do it ... ; How it works ... There's more ... See also; Iterating over multiple items; How to do it ... ; How it works ... ; There's more ... ; Using hashes; Creating arrays with the split function; Writing powerful conditional statements; How to do it ... ; How it works ... ; There's more ... ; Elsif branches; Comparisons; Combining expressions; See also; Using regular expressions in if statements; How to do it ... ; How it works ... ; There's more ... ; Capturing patterns; Regular expression syntax; See also; Using selectors and case statements; How to do it ... ; How it works ... ; Selector; Case statement; There's more ... ; Regular expressions; Defaults. Using the in operatorHow to do it ... ; There's more ... ; Using regular expression substitutions; How to do it ... ; How it works ... ; There's more; See also; 3. Writing Better Manifests; Introduction; Using arrays of resources; How to do it ... ; How it works ... ; See also; Using definitions; How to do it ... ; How it works ... ; There's more ... ; See also; Using dependencies; How to do it ... ; How it works ... ; There's more ... ; Using tags; How to do it ... ; There's more ... ; Using run stages; How to do it ... ; How it works ... ; There's more ... ; See also; Using node inheritance; How to do it ... ; How it works ... ; There's more ... ; See also. Puppet (Computer file) http://id.loc.gov/authorities/names/no2011179787 Puppet (Computer file) fast Software configuration management. http://id.loc.gov/authorities/subjects/sh91002171 Client/server computing. http://id.loc.gov/authorities/subjects/sh93000502 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Logiciels Gestion de configurations. Architecture client-serveur (Informatique) Bases de données Gestion. COMPUTERS Software Development & Engineering General. bisacsh Client/server computing fast Database management fast Software configuration management fast |
subject_GND | http://id.loc.gov/authorities/names/no2011179787 http://id.loc.gov/authorities/subjects/sh91002171 http://id.loc.gov/authorities/subjects/sh93000502 http://id.loc.gov/authorities/subjects/sh85035848 |
title | Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / |
title_auth | Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / |
title_exact_search | Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / |
title_full | Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / John Arundel. |
title_fullStr | Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / John Arundel. |
title_full_unstemmed | Puppet 3 cookbook : build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / John Arundel. |
title_short | Puppet 3 cookbook : |
title_sort | puppet 3 cookbook build reliable scalable secure and high performance systems to fully utilize the power of cloud computing |
title_sub | build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing / |
topic | Puppet (Computer file) http://id.loc.gov/authorities/names/no2011179787 Puppet (Computer file) fast Software configuration management. http://id.loc.gov/authorities/subjects/sh91002171 Client/server computing. http://id.loc.gov/authorities/subjects/sh93000502 Database management. http://id.loc.gov/authorities/subjects/sh85035848 Logiciels Gestion de configurations. Architecture client-serveur (Informatique) Bases de données Gestion. COMPUTERS Software Development & Engineering General. bisacsh Client/server computing fast Database management fast Software configuration management fast |
topic_facet | Puppet (Computer file) Software configuration management. Client/server computing. Database management. Logiciels Gestion de configurations. Architecture client-serveur (Informatique) Bases de données Gestion. COMPUTERS Software Development & Engineering General. Client/server computing Database management Software configuration management |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637227 |
work_keys_str_mv | AT arundeljohn puppet3cookbookbuildreliablescalablesecureandhighperformancesystemstofullyutilizethepowerofcloudcomputing |