- Learning Puppet Security
- Jason Slagle
- 160字
- 2021-07-23 19:49:38
Convention
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: "If not specified, this defaults to $vardir/reports
, so /var/lib/puppet/reports
on CentOS."
A block of code is set as follows:
node default { include openssh include users include clamav include puppetdb include puppetdb::master::config }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
node default {
include openssh
include users
include clamav
include puppetdb
include puppetdb::master::config
}
Any command-line input or output is written as follows:
# sudo service puppetmaster restart
推薦閱讀
- Python概率統計
- LabVIEW程序設計基礎與應用
- Learning RxJava
- Flink SQL與DataStream入門、進階與實戰
- C和C++安全編碼(原書第2版)
- Learning ArcGIS Pro
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- Learning FuelPHP for Effective PHP Development
- Learning Probabilistic Graphical Models in R
- 細說Python編程:從入門到科學計算
- Visual Basic程序設計習題與上機實踐
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- Android應用開發實戰
- Mockito Essentials
- Building a Media Center with Raspberry Pi