Puppet 5 beginner's guide :: go from newbie to pro with Puppet 5 /
Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 i...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
[2017]
|
Ausgabe: | Third edition. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 instances Take full advantage of powerful new features of Puppet including loops, data types, Hiera integration, and container management Who This Book Is For Puppet 5 Beginner's Guide, Third Edition is designed for those who are new to Puppet, including system administrators and developers who are looking to manage computer server systems for configuration management. No prior programming or system administration experience is assumed. What You Will Learn Understand the latest Puppet 5 features Install and set up Puppet and discover the latest and most advanced features Configure, build, and run containers in production using Puppet's industry-leading Docker support Deploy configuration files and templates at super-fast speeds and manage user accounts and access control Automate your IT infrastructure Use the latest features in Puppet 5 onward and its official modules Manage clouds, containers, and orchestration Get to know the best practices to make Puppet more reliable and increase its performance In Detail Puppet 5 Beginner's Guide, Third Edition gets you up and running with the very latest features of Puppet 5, including Docker containers, Hiera data, and Amazon AWS cloud orchestration. Go from beginner to confident Puppet user with a series of clear, practical examples to help you manage every aspect of your server setup. Whether you're a developer, a system administrator, or you are simply curious about Puppet, you'll learn Puppet skills that you can put into practice right away. With practical steps giving you the key concepts you need, this book teaches you how to install packages and config files, create users, set up scheduled jobs, provision cloud instances, build containers, and so much more. Every example in this book deals with something real and practical that you're likely to need in your work, and you'll see the complete Puppet code that makes it happen, along with step-by-step instructions for what to type and what output you'll see. All the examples are available in a GitHub repo for you to download and adapt for your own server setup. Style and approach This tutorial is packed with quick step-by-step instructions that are immediately ... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource |
ISBN: | 1788395360 9781788395366 178847290X 9781788472906 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1006141917 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 171013s2017 enk o 001 0 eng d | ||
040 | |a IDEBK |b eng |e rda |e pn |c IDEBK |d YDX |d EBLCP |d UMI |d STF |d MERUC |d OCLCF |d IDB |d COO |d OH1 |d TEFOD |d NLE |d UOK |d KSU |d VT2 |d OCLCQ |d OCLCO |d WYU |d C6I |d UKAHL |d CNCEN |d OCLCQ |d UKMGB |d N$T |d OCLCQ |d OCLCO |d NZAUC |d OCLCQ |d OCLCO |d OCLCL | ||
015 | |a GBB7J6840 |2 bnb | ||
016 | 7 | |a 018558013 |2 Uk | |
019 | |a 1005874737 |a 1008993522 |a 1012838633 |a 1105803077 |a 1132263916 | ||
020 | |a 1788395360 |q (electronic bk.) | ||
020 | |a 9781788395366 |q (electronic bk.) | ||
020 | |a 178847290X | ||
020 | |a 9781788472906 | ||
020 | |z 9781788472906 | ||
024 | 8 | |a 9781788472906 | |
035 | |a (OCoLC)1006141917 |z (OCoLC)1005874737 |z (OCoLC)1008993522 |z (OCoLC)1012838633 |z (OCoLC)1105803077 |z (OCoLC)1132263916 | ||
037 | |a 1041125 |b MIL | ||
037 | |a 7D407857-6EF0-473C-9EBE-4C1A8692501C |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.76.C69 | |
050 | 4 | |a T55.4-60.8 | |
082 | 7 | |a 005.1 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Arundel, John. |0 http://id.loc.gov/authorities/names/no2012101980 | |
245 | 1 | 0 | |a Puppet 5 beginner's guide : |b go from newbie to pro with Puppet 5 / |c John Arundel. |
250 | |a Third edition. | ||
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c [2017] | |
300 | |a 1 online resource | ||
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 | ||
588 | 0 | |a Online resource, title from PDF title page (Safari Books Online, viewed January 2, 2018). | |
500 | |a Includes index. | ||
505 | 0 | |a Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting started with Puppet -- Why do we need Puppet anyway? -- Keeping the configuration synchronized -- Repeating changes across many servers -- Self-updating documentation -- Version control and history -- Why not just write shell scripts? -- Why not just use containers? -- Why not just use serverless? -- Configuration management tools -- What is Puppet? | |
505 | 8 | |a Resources and attributesPuppet architectures -- Getting ready for Puppet -- Installing Git and downloading the repo -- Installing VirtualBox and Vagrant -- Running your Vagrant VM -- Troubleshooting Vagrant -- Summary -- Chapter 2: Creating your first manifests -- Hello, Puppet â#x80;#x93; your first Puppet manifest -- Understanding the code -- Modifying existing files -- Dry-running Puppet -- How Puppet applies the manifest -- Creating a file of your own -- Managing packages -- How Puppet applies the manifest -- Exercise | |
505 | 8 | |a Querying resources with the puppet resourceServices -- Getting help on resources with puppet describe -- The package-file-service pattern -- Notifying a linked resource -- Resource ordering with require -- Summary -- Chapter 3: Managing your Puppet code with Git -- What is version control? -- Tracking changes -- Sharing code -- Creating a Git repo -- Making your first commit -- How often should I commit? -- Branching -- Distributing Puppet manifests -- Creating a GitHub account and project -- Pushing your repo to GitHub -- Cloning the repo | |
505 | 8 | |a Fetching and applying changes automaticallyWriting a manifest to set up regular Puppet runs -- Applying the run-puppet manifest -- The run-puppet script -- Testing automatic Puppet runs -- Managing multiple nodes -- Summary -- Chapter 4: Understanding Puppet resources -- Files -- The path attribute -- Managing whole files -- Ownership -- Permissions -- Directories -- Trees of files -- Symbolic links -- Packages -- Uninstalling packages -- Installing specific versions -- Installing the latest version -- Installing Ruby gems | |
505 | 8 | |a Installing gems in Puppet's contextUsing ensure_packages -- Services -- The hasstatus attribute -- The pattern attribute -- The hasrestart and restart attributes -- Users -- Creating users -- The user resource -- The group resource -- Managing SSH keys -- Removing users -- Cron resources -- Attributes of the cron resource -- Randomizing cron jobs -- Removing cron jobs -- Exec resources -- Automating manual interaction -- Attributes of the exec resource -- The user attribute -- The onlyif and unless attributes -- The refreshonly attribute | |
520 | |a Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 instances Take full advantage of powerful new features of Puppet including loops, data types, Hiera integration, and container management Who This Book Is For Puppet 5 Beginner's Guide, Third Edition is designed for those who are new to Puppet, including system administrators and developers who are looking to manage computer server systems for configuration management. No prior programming or system administration experience is assumed. What You Will Learn Understand the latest Puppet 5 features Install and set up Puppet and discover the latest and most advanced features Configure, build, and run containers in production using Puppet's industry-leading Docker support Deploy configuration files and templates at super-fast speeds and manage user accounts and access control Automate your IT infrastructure Use the latest features in Puppet 5 onward and its official modules Manage clouds, containers, and orchestration Get to know the best practices to make Puppet more reliable and increase its performance In Detail Puppet 5 Beginner's Guide, Third Edition gets you up and running with the very latest features of Puppet 5, including Docker containers, Hiera data, and Amazon AWS cloud orchestration. Go from beginner to confident Puppet user with a series of clear, practical examples to help you manage every aspect of your server setup. Whether you're a developer, a system administrator, or you are simply curious about Puppet, you'll learn Puppet skills that you can put into practice right away. With practical steps giving you the key concepts you need, this book teaches you how to install packages and config files, create users, set up scheduled jobs, provision cloud instances, build containers, and so much more. Every example in this book deals with something real and practical that you're likely to need in your work, and you'll see the complete Puppet code that makes it happen, along with step-by-step instructions for what to type and what output you'll see. All the examples are available in a GitHub repo for you to download and adapt for your own server setup. Style and approach This tutorial is packed with quick step-by-step instructions that are immediately ... | ||
542 | |f Copyright © 2017 Packt Publishing | ||
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 Cloud computing. |0 http://id.loc.gov/authorities/subjects/sh2008004883 | |
650 | 0 | |a Computer systems. |0 http://id.loc.gov/authorities/subjects/sh98003200 | |
650 | 0 | |a High performance computing. |0 http://id.loc.gov/authorities/subjects/sh95008935 | |
650 | 2 | |a Computer Systems |0 https://id.nlm.nih.gov/mesh/D003199 | |
650 | 6 | |a Logiciels |x Gestion de configurations. | |
650 | 6 | |a Infonuagique. | |
650 | 6 | |a Systèmes informatiques. | |
650 | 6 | |a Superinformatique. | |
650 | 7 | |a Cloud computing |2 fast | |
650 | 7 | |a Computer systems |2 fast | |
650 | 7 | |a High performance computing |2 fast | |
650 | 7 | |a Software configuration management |2 fast | |
758 | |i has work: |a Puppet 5 beginner's guide (Text) |1 https://id.oclc.org/worldcat/entity/E39PCH34XpB9xFGHfvHpFWRPKm |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Arundel, John. |t Puppet 5 beginner's guide. |b Third edition. |d Birmingham, England ; Mumbai, India : Packt Publishing, 2017 |z 9781788472906 |
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=1611904 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n BDZ0035169312 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL5092064 | ||
938 | |a EBSCOhost |b EBSC |n 1611904 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis39039665 | ||
938 | |a YBP Library Services |b YANK |n 14876088 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1006141917 |
---|---|
_version_ | 1816882402750889984 |
adam_text | |
any_adam_object | |
author | Arundel, John |
author_GND | http://id.loc.gov/authorities/names/no2012101980 |
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 T55.4-60.8 |
callnumber-search | QA76.76.C69 T55.4-60.8 |
callnumber-sort | QA 276.76 C69 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting started with Puppet -- Why do we need Puppet anyway? -- Keeping the configuration synchronized -- Repeating changes across many servers -- Self-updating documentation -- Version control and history -- Why not just write shell scripts? -- Why not just use containers? -- Why not just use serverless? -- Configuration management tools -- What is Puppet? Resources and attributesPuppet architectures -- Getting ready for Puppet -- Installing Git and downloading the repo -- Installing VirtualBox and Vagrant -- Running your Vagrant VM -- Troubleshooting Vagrant -- Summary -- Chapter 2: Creating your first manifests -- Hello, Puppet â#x80;#x93; your first Puppet manifest -- Understanding the code -- Modifying existing files -- Dry-running Puppet -- How Puppet applies the manifest -- Creating a file of your own -- Managing packages -- How Puppet applies the manifest -- Exercise Querying resources with the puppet resourceServices -- Getting help on resources with puppet describe -- The package-file-service pattern -- Notifying a linked resource -- Resource ordering with require -- Summary -- Chapter 3: Managing your Puppet code with Git -- What is version control? -- Tracking changes -- Sharing code -- Creating a Git repo -- Making your first commit -- How often should I commit? -- Branching -- Distributing Puppet manifests -- Creating a GitHub account and project -- Pushing your repo to GitHub -- Cloning the repo Fetching and applying changes automaticallyWriting a manifest to set up regular Puppet runs -- Applying the run-puppet manifest -- The run-puppet script -- Testing automatic Puppet runs -- Managing multiple nodes -- Summary -- Chapter 4: Understanding Puppet resources -- Files -- The path attribute -- Managing whole files -- Ownership -- Permissions -- Directories -- Trees of files -- Symbolic links -- Packages -- Uninstalling packages -- Installing specific versions -- Installing the latest version -- Installing Ruby gems Installing gems in Puppet's contextUsing ensure_packages -- Services -- The hasstatus attribute -- The pattern attribute -- The hasrestart and restart attributes -- Users -- Creating users -- The user resource -- The group resource -- Managing SSH keys -- Removing users -- Cron resources -- Attributes of the cron resource -- Randomizing cron jobs -- Removing cron jobs -- Exec resources -- Automating manual interaction -- Attributes of the exec resource -- The user attribute -- The onlyif and unless attributes -- The refreshonly attribute |
ctrlnum | (OCoLC)1006141917 |
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 |
edition | Third edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08729cam a2200805 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1006141917</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">171013s2017 enk o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">IDEBK</subfield><subfield code="d">YDX</subfield><subfield code="d">EBLCP</subfield><subfield code="d">UMI</subfield><subfield code="d">STF</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCF</subfield><subfield code="d">IDB</subfield><subfield code="d">COO</subfield><subfield code="d">OH1</subfield><subfield code="d">TEFOD</subfield><subfield code="d">NLE</subfield><subfield code="d">UOK</subfield><subfield code="d">KSU</subfield><subfield code="d">VT2</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">WYU</subfield><subfield code="d">C6I</subfield><subfield code="d">UKAHL</subfield><subfield code="d">CNCEN</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKMGB</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NZAUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB7J6840</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018558013</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1005874737</subfield><subfield code="a">1008993522</subfield><subfield code="a">1012838633</subfield><subfield code="a">1105803077</subfield><subfield code="a">1132263916</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788395360</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788395366</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">178847290X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788472906</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781788472906</subfield></datafield><datafield tag="024" ind1="8" ind2=" "><subfield code="a">9781788472906</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1006141917</subfield><subfield code="z">(OCoLC)1005874737</subfield><subfield code="z">(OCoLC)1008993522</subfield><subfield code="z">(OCoLC)1012838633</subfield><subfield code="z">(OCoLC)1105803077</subfield><subfield code="z">(OCoLC)1132263916</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">1041125</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">7D407857-6EF0-473C-9EBE-4C1A8692501C</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</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">T55.4-60.8</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><subfield code="0">http://id.loc.gov/authorities/names/no2012101980</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Puppet 5 beginner's guide :</subfield><subfield code="b">go from newbie to pro with Puppet 5 /</subfield><subfield code="c">John Arundel.</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Third edition.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">[2017]</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</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="588" ind1="0" ind2=" "><subfield code="a">Online resource, title from PDF title page (Safari Books Online, viewed January 2, 2018).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting started with Puppet -- Why do we need Puppet anyway? -- Keeping the configuration synchronized -- Repeating changes across many servers -- Self-updating documentation -- Version control and history -- Why not just write shell scripts? -- Why not just use containers? -- Why not just use serverless? -- Configuration management tools -- What is Puppet?</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Resources and attributesPuppet architectures -- Getting ready for Puppet -- Installing Git and downloading the repo -- Installing VirtualBox and Vagrant -- Running your Vagrant VM -- Troubleshooting Vagrant -- Summary -- Chapter 2: Creating your first manifests -- Hello, Puppet â#x80;#x93; your first Puppet manifest -- Understanding the code -- Modifying existing files -- Dry-running Puppet -- How Puppet applies the manifest -- Creating a file of your own -- Managing packages -- How Puppet applies the manifest -- Exercise</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Querying resources with the puppet resourceServices -- Getting help on resources with puppet describe -- The package-file-service pattern -- Notifying a linked resource -- Resource ordering with require -- Summary -- Chapter 3: Managing your Puppet code with Git -- What is version control? -- Tracking changes -- Sharing code -- Creating a Git repo -- Making your first commit -- How often should I commit? -- Branching -- Distributing Puppet manifests -- Creating a GitHub account and project -- Pushing your repo to GitHub -- Cloning the repo</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Fetching and applying changes automaticallyWriting a manifest to set up regular Puppet runs -- Applying the run-puppet manifest -- The run-puppet script -- Testing automatic Puppet runs -- Managing multiple nodes -- Summary -- Chapter 4: Understanding Puppet resources -- Files -- The path attribute -- Managing whole files -- Ownership -- Permissions -- Directories -- Trees of files -- Symbolic links -- Packages -- Uninstalling packages -- Installing specific versions -- Installing the latest version -- Installing Ruby gems</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Installing gems in Puppet's contextUsing ensure_packages -- Services -- The hasstatus attribute -- The pattern attribute -- The hasrestart and restart attributes -- Users -- Creating users -- The user resource -- The group resource -- Managing SSH keys -- Removing users -- Cron resources -- Attributes of the cron resource -- Randomizing cron jobs -- Removing cron jobs -- Exec resources -- Automating manual interaction -- Attributes of the exec resource -- The user attribute -- The onlyif and unless attributes -- The refreshonly attribute</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 instances Take full advantage of powerful new features of Puppet including loops, data types, Hiera integration, and container management Who This Book Is For Puppet 5 Beginner's Guide, Third Edition is designed for those who are new to Puppet, including system administrators and developers who are looking to manage computer server systems for configuration management. No prior programming or system administration experience is assumed. What You Will Learn Understand the latest Puppet 5 features Install and set up Puppet and discover the latest and most advanced features Configure, build, and run containers in production using Puppet's industry-leading Docker support Deploy configuration files and templates at super-fast speeds and manage user accounts and access control Automate your IT infrastructure Use the latest features in Puppet 5 onward and its official modules Manage clouds, containers, and orchestration Get to know the best practices to make Puppet more reliable and increase its performance In Detail Puppet 5 Beginner's Guide, Third Edition gets you up and running with the very latest features of Puppet 5, including Docker containers, Hiera data, and Amazon AWS cloud orchestration. Go from beginner to confident Puppet user with a series of clear, practical examples to help you manage every aspect of your server setup. Whether you're a developer, a system administrator, or you are simply curious about Puppet, you'll learn Puppet skills that you can put into practice right away. With practical steps giving you the key concepts you need, this book teaches you how to install packages and config files, create users, set up scheduled jobs, provision cloud instances, build containers, and so much more. Every example in this book deals with something real and practical that you're likely to need in your work, and you'll see the complete Puppet code that makes it happen, along with step-by-step instructions for what to type and what output you'll see. All the examples are available in a GitHub repo for you to download and adapt for your own server setup. Style and approach This tutorial is packed with quick step-by-step instructions that are immediately ...</subfield></datafield><datafield tag="542" ind1=" " ind2=" "><subfield code="f">Copyright © 2017 Packt Publishing</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">Cloud computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2008004883</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer systems.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh98003200</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">High performance computing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95008935</subfield></datafield><datafield tag="650" ind1=" " ind2="2"><subfield code="a">Computer Systems</subfield><subfield code="0">https://id.nlm.nih.gov/mesh/D003199</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">Infonuagique.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Systèmes informatiques.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Superinformatique.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Cloud computing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computer systems</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">High performance computing</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 5 beginner's guide (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCH34XpB9xFGHfvHpFWRPKm</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 5 beginner's guide.</subfield><subfield code="b">Third edition.</subfield><subfield code="d">Birmingham, England ; Mumbai, India : Packt Publishing, 2017</subfield><subfield code="z">9781788472906</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=1611904</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">BDZ0035169312</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL5092064</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1611904</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis39039665</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">14876088</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-on1006141917 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:28:03Z |
institution | BVB |
isbn | 1788395360 9781788395366 178847290X 9781788472906 |
language | English |
oclc_num | 1006141917 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Arundel, John. http://id.loc.gov/authorities/names/no2012101980 Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / John Arundel. Third edition. Birmingham, UK : Packt Publishing, [2017] 1 online resource text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Online resource, title from PDF title page (Safari Books Online, viewed January 2, 2018). Includes index. Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting started with Puppet -- Why do we need Puppet anyway? -- Keeping the configuration synchronized -- Repeating changes across many servers -- Self-updating documentation -- Version control and history -- Why not just write shell scripts? -- Why not just use containers? -- Why not just use serverless? -- Configuration management tools -- What is Puppet? Resources and attributesPuppet architectures -- Getting ready for Puppet -- Installing Git and downloading the repo -- Installing VirtualBox and Vagrant -- Running your Vagrant VM -- Troubleshooting Vagrant -- Summary -- Chapter 2: Creating your first manifests -- Hello, Puppet â#x80;#x93; your first Puppet manifest -- Understanding the code -- Modifying existing files -- Dry-running Puppet -- How Puppet applies the manifest -- Creating a file of your own -- Managing packages -- How Puppet applies the manifest -- Exercise Querying resources with the puppet resourceServices -- Getting help on resources with puppet describe -- The package-file-service pattern -- Notifying a linked resource -- Resource ordering with require -- Summary -- Chapter 3: Managing your Puppet code with Git -- What is version control? -- Tracking changes -- Sharing code -- Creating a Git repo -- Making your first commit -- How often should I commit? -- Branching -- Distributing Puppet manifests -- Creating a GitHub account and project -- Pushing your repo to GitHub -- Cloning the repo Fetching and applying changes automaticallyWriting a manifest to set up regular Puppet runs -- Applying the run-puppet manifest -- The run-puppet script -- Testing automatic Puppet runs -- Managing multiple nodes -- Summary -- Chapter 4: Understanding Puppet resources -- Files -- The path attribute -- Managing whole files -- Ownership -- Permissions -- Directories -- Trees of files -- Symbolic links -- Packages -- Uninstalling packages -- Installing specific versions -- Installing the latest version -- Installing Ruby gems Installing gems in Puppet's contextUsing ensure_packages -- Services -- The hasstatus attribute -- The pattern attribute -- The hasrestart and restart attributes -- Users -- Creating users -- The user resource -- The group resource -- Managing SSH keys -- Removing users -- Cron resources -- Attributes of the cron resource -- Randomizing cron jobs -- Removing cron jobs -- Exec resources -- Automating manual interaction -- Attributes of the exec resource -- The user attribute -- The onlyif and unless attributes -- The refreshonly attribute Puppet 5 Beginner's Guide, Third Edition is a practical guide that gets you up and running with the very latest features of Puppet 5. About This Book Develop skills to run Puppet 5 on single or multiple servers without hiccups Use Puppet to create and manage cloud resources such as Amazon EC2 instances Take full advantage of powerful new features of Puppet including loops, data types, Hiera integration, and container management Who This Book Is For Puppet 5 Beginner's Guide, Third Edition is designed for those who are new to Puppet, including system administrators and developers who are looking to manage computer server systems for configuration management. No prior programming or system administration experience is assumed. What You Will Learn Understand the latest Puppet 5 features Install and set up Puppet and discover the latest and most advanced features Configure, build, and run containers in production using Puppet's industry-leading Docker support Deploy configuration files and templates at super-fast speeds and manage user accounts and access control Automate your IT infrastructure Use the latest features in Puppet 5 onward and its official modules Manage clouds, containers, and orchestration Get to know the best practices to make Puppet more reliable and increase its performance In Detail Puppet 5 Beginner's Guide, Third Edition gets you up and running with the very latest features of Puppet 5, including Docker containers, Hiera data, and Amazon AWS cloud orchestration. Go from beginner to confident Puppet user with a series of clear, practical examples to help you manage every aspect of your server setup. Whether you're a developer, a system administrator, or you are simply curious about Puppet, you'll learn Puppet skills that you can put into practice right away. With practical steps giving you the key concepts you need, this book teaches you how to install packages and config files, create users, set up scheduled jobs, provision cloud instances, build containers, and so much more. Every example in this book deals with something real and practical that you're likely to need in your work, and you'll see the complete Puppet code that makes it happen, along with step-by-step instructions for what to type and what output you'll see. All the examples are available in a GitHub repo for you to download and adapt for your own server setup. Style and approach This tutorial is packed with quick step-by-step instructions that are immediately ... Copyright © 2017 Packt Publishing Puppet (Computer file) http://id.loc.gov/authorities/names/no2011179787 Puppet (Computer file) fast Software configuration management. http://id.loc.gov/authorities/subjects/sh91002171 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Computer systems. http://id.loc.gov/authorities/subjects/sh98003200 High performance computing. http://id.loc.gov/authorities/subjects/sh95008935 Computer Systems https://id.nlm.nih.gov/mesh/D003199 Logiciels Gestion de configurations. Infonuagique. Systèmes informatiques. Superinformatique. Cloud computing fast Computer systems fast High performance computing fast Software configuration management fast has work: Puppet 5 beginner's guide (Text) https://id.oclc.org/worldcat/entity/E39PCH34XpB9xFGHfvHpFWRPKm https://id.oclc.org/worldcat/ontology/hasWork Print version: Arundel, John. Puppet 5 beginner's guide. Third edition. Birmingham, England ; Mumbai, India : Packt Publishing, 2017 9781788472906 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1611904 Volltext |
spellingShingle | Arundel, John Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting started with Puppet -- Why do we need Puppet anyway? -- Keeping the configuration synchronized -- Repeating changes across many servers -- Self-updating documentation -- Version control and history -- Why not just write shell scripts? -- Why not just use containers? -- Why not just use serverless? -- Configuration management tools -- What is Puppet? Resources and attributesPuppet architectures -- Getting ready for Puppet -- Installing Git and downloading the repo -- Installing VirtualBox and Vagrant -- Running your Vagrant VM -- Troubleshooting Vagrant -- Summary -- Chapter 2: Creating your first manifests -- Hello, Puppet â#x80;#x93; your first Puppet manifest -- Understanding the code -- Modifying existing files -- Dry-running Puppet -- How Puppet applies the manifest -- Creating a file of your own -- Managing packages -- How Puppet applies the manifest -- Exercise Querying resources with the puppet resourceServices -- Getting help on resources with puppet describe -- The package-file-service pattern -- Notifying a linked resource -- Resource ordering with require -- Summary -- Chapter 3: Managing your Puppet code with Git -- What is version control? -- Tracking changes -- Sharing code -- Creating a Git repo -- Making your first commit -- How often should I commit? -- Branching -- Distributing Puppet manifests -- Creating a GitHub account and project -- Pushing your repo to GitHub -- Cloning the repo Fetching and applying changes automaticallyWriting a manifest to set up regular Puppet runs -- Applying the run-puppet manifest -- The run-puppet script -- Testing automatic Puppet runs -- Managing multiple nodes -- Summary -- Chapter 4: Understanding Puppet resources -- Files -- The path attribute -- Managing whole files -- Ownership -- Permissions -- Directories -- Trees of files -- Symbolic links -- Packages -- Uninstalling packages -- Installing specific versions -- Installing the latest version -- Installing Ruby gems Installing gems in Puppet's contextUsing ensure_packages -- Services -- The hasstatus attribute -- The pattern attribute -- The hasrestart and restart attributes -- Users -- Creating users -- The user resource -- The group resource -- Managing SSH keys -- Removing users -- Cron resources -- Attributes of the cron resource -- Randomizing cron jobs -- Removing cron jobs -- Exec resources -- Automating manual interaction -- Attributes of the exec resource -- The user attribute -- The onlyif and unless attributes -- The refreshonly attribute Puppet (Computer file) http://id.loc.gov/authorities/names/no2011179787 Puppet (Computer file) fast Software configuration management. http://id.loc.gov/authorities/subjects/sh91002171 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Computer systems. http://id.loc.gov/authorities/subjects/sh98003200 High performance computing. http://id.loc.gov/authorities/subjects/sh95008935 Computer Systems https://id.nlm.nih.gov/mesh/D003199 Logiciels Gestion de configurations. Infonuagique. Systèmes informatiques. Superinformatique. Cloud computing fast Computer systems fast High performance computing 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/sh2008004883 http://id.loc.gov/authorities/subjects/sh98003200 http://id.loc.gov/authorities/subjects/sh95008935 https://id.nlm.nih.gov/mesh/D003199 |
title | Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / |
title_auth | Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / |
title_exact_search | Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / |
title_full | Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / John Arundel. |
title_fullStr | Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / John Arundel. |
title_full_unstemmed | Puppet 5 beginner's guide : go from newbie to pro with Puppet 5 / John Arundel. |
title_short | Puppet 5 beginner's guide : |
title_sort | puppet 5 beginner s guide go from newbie to pro with puppet 5 |
title_sub | go from newbie to pro with Puppet 5 / |
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 Cloud computing. http://id.loc.gov/authorities/subjects/sh2008004883 Computer systems. http://id.loc.gov/authorities/subjects/sh98003200 High performance computing. http://id.loc.gov/authorities/subjects/sh95008935 Computer Systems https://id.nlm.nih.gov/mesh/D003199 Logiciels Gestion de configurations. Infonuagique. Systèmes informatiques. Superinformatique. Cloud computing fast Computer systems fast High performance computing fast Software configuration management fast |
topic_facet | Puppet (Computer file) Software configuration management. Cloud computing. Computer systems. High performance computing. Computer Systems Logiciels Gestion de configurations. Infonuagique. Systèmes informatiques. Superinformatique. Cloud computing Computer systems High performance computing Software configuration management |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1611904 |
work_keys_str_mv | AT arundeljohn puppet5beginnersguidegofromnewbietoprowithpuppet5 |