Puppet 3 cookbook : (Record no. 2760758)

MARC details
000 -LEADER
fixed length control field 07167cam a2200805 i 4500
001 - CONTROL NUMBER
control field ocn861526632
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220711211726.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cn|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 130920s2013 enka of 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency E7B
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency E7B
Modifying agency OCLCO
-- COO
-- EBLCP
-- IDEBK
-- DEBSZ
-- YDXCP
-- OCLCF
-- OCLCQ
-- FEM
-- CNNOR
-- MOR
-- PIFAG
-- N$T
-- ZCU
-- OCL
-- AGLDB
-- MERUC
-- OCLCQ
-- OCLCO
-- D6H
-- VNS
-- OCLCQ
-- VTS
-- ICG
-- OCLCQ
-- OCLCO
-- STF
-- DKC
-- OCLCQ
-- OCLCO
-- OCLCQ
-- AJS
-- OCLCQ
-- OCLCO
019 ## -
-- 857364895
-- 961537785
-- 962677862
-- 968016038
-- 969037664
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781782169512
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1782169512
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1782169768
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781782169765
029 1# - (OCLC)
OCLC library identifier AU@
System control number 000055923470
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV041632534
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV044062900
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 397618824
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 493129553
029 1# - (OCLC)
OCLC library identifier NZ1
System control number 15920629
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)861526632
Canceled/invalid control number (OCoLC)857364895
-- (OCoLC)961537785
-- (OCoLC)962677862
-- (OCoLC)968016038
-- (OCoLC)969037664
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.C69
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.59
Item number .A384 2013eb
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051230
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.1
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Arundel, John.
9 (RLIN) 355275
245 10 - TITLE STATEMENT
Title Puppet 3 cookbook :
Remainder of title build reliable, scalable, secure, and high-performance systems to fully utilize the power of cloud computing /
Statement of responsibility, etc John Arundel.
264 #1 -
-- Birmingham, England :
-- Packt Publishing,
-- 2013.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (274 pages) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
347 ## -
-- text file
490 1# - SERIES STATEMENT
Series statement Community experience distilled
500 ## - GENERAL NOTE
General note Includes index.
588 0# -
-- Online resource; title from PDF title page (ebrary, viewed September 21, 2013).
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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# - FORMATTED CONTENTS NOTE
Formatted contents note 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 ## - SUMMARY, ETC.
Summary, etc 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
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
630 00 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Puppet (Computer file)
9 (RLIN) 376874
630 07 - SUBJECT ADDED ENTRY--UNIFORM TITLE
Uniform title Puppet (Computer file)
Source of heading or term fast
-- (OCoLC)fst01916334
9 (RLIN) 376874
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Software configuration management.
9 (RLIN) 237789
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Client/server computing.
9 (RLIN) 150949
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Database management.
9 (RLIN) 6422
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Logiciels
General subdivision Gestion de configurations.
9 (RLIN) 908215
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Architecture client-serveur (Informatique)
9 (RLIN) 876627
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Bases de données
General subdivision Gestion.
9 (RLIN) 875401
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Software Development & Engineering
-- General.
Source of heading or term bisacsh
9 (RLIN) 871600
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Client/server computing.
Source of heading or term fast
-- (OCoLC)fst00864205
9 (RLIN) 150949
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Database management.
Source of heading or term fast
-- (OCoLC)fst00888037
9 (RLIN) 6422
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Software configuration management.
Source of heading or term fast
-- (OCoLC)fst01124180
9 (RLIN) 237789
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Print version:
Main entry heading Arundel, John.
Title Puppet 3 Cookbook.
Place, publisher, and date of publication Birmingham : Packt Publishing, ©2013
International Standard Book Number 9781782169765
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled.
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637227">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=637227</a>
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL1343641
938 ## -
-- ebrary
-- EBRY
-- ebr10754115
938 ## -
-- EBSCOhost
-- EBSC
-- 637227
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis26099383
938 ## -
-- YBP Library Services
-- YANK
-- 11090694
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 11/07/2022   11/07/2022 11/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library