- Extending Puppet(Second Edition)
- Alessandro Franceschi Jaime Soriano Pastor
- 159字
- 2021-07-02 16:29:49
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "When the Master receives a connection then it looks in its manifests (starting from /etc/puppet/manifests/site.pp
) what resources have to be applied for that client host, also called node."
A block of code is set as follows:
class my_users { @user { 'al': […] tag => 'admins' } @user { 'matt': […] tag => 'developers' } @user { 'joe': [… tag => 'admins' } [ … ] }
Any command-line input or output is written as follows:
ls -l $(facter rubysitedir)/puppet/provider/package/
推薦閱讀
- Unreal Engine Physics Essentials
- Modular Programming with Python
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- Python Tools for Visual Studio
- PHP+MySQL網站開發項目式教程
- JavaScript動態網頁開發詳解
- 手把手教你學C語言
- 深度學習:Java語言實現
- Mastering C++ Multithreading
- Instant Debian:Build a Web Server
- 代碼閱讀
- Java EE 8 and Angular
- Get Your Hands Dirty on Clean Architecture
- Learning Redux
- Learning Perforce SCM