- Puppet 5 Beginner's Guide(Third Edition)
- John Arundel
- 203字
- 2021-07-08 10:07:53
Conventions
In this book, you will find a number of styles of text 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: "Puppet can manage files on a node using the file
resource"
A block of code is set as follows:
file { '/tmp/hello.txt': ensure => file, content => "hello, world\n", }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
file { '/tmp/hello.txt':
ensure => file,
content => "hello, world\n",
}
Any command-line input or output is written as follows:
sudo puppet apply /vagrant/examples/file_hello.pp
Notice: Compiled catalog for ubuntu-xenial in environment production in 0.07 seconds
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "In the AWS console, select VPC from the Services menu".
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- iOS面試一戰到底
- JavaScript修煉之道
- JavaScript 從入門到項目實踐(超值版)
- 圖解Java數據結構與算法(微課視頻版)
- Vue.js 2 and Bootstrap 4 Web Development
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- C++程序設計
- Python大規模機器學習
- 邊玩邊學Scratch3.0少兒趣味編程
- Mastering OpenStack
- Learning Cocos2d-JS Game Development
- Python應用開發技術
- Learning ROS for Robotics Programming
- Learning Zimbra Server Essentials
- SQL Server 2014數據庫設計與開發教程(微課版)