- 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
推薦閱讀
- UNIX編程藝術
- Java異步編程實戰
- Mastering PHP Design Patterns
- Hadoop+Spark大數據分析實戰
- Learning Python Design Patterns(Second Edition)
- Drupal 8 Configuration Management
- Expert Data Visualization
- iOS開發項目化入門教程
- 零基礎學SQL(升級版)
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- Unreal Engine Game Development Cookbook
- Lync Server Cookbook
- HTML 5與CSS 3權威指南(第4版·上冊)
- Computer Vision with Python 3
- 給產品經理講技術