- Learning Puppet for Windows Server
- Fuat Ulugay
- 191字
- 2021-07-16 20:35:07
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: "Use the ssh-keygen
command to generate the keys."
A block of code is set as follows:
class firewallrules { windows_firewall::exception { 'WINRM': ensure => present, direction => 'in', action => 'allow', enabled => 'yes', protocol => 'TCP', local_port => '3389', remote_ip => '10.10.10.20,10.10.10.21', display_name => 'Windows RDP Rule allow ips', description => 'Inbound rule for Windows RDP allow [TCP 3389]', } }
Any command-line input or output is written as follows:
$ sudo puppet module install puppetlabs-reboot
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: "For the dashboard, from the Monitor menu click on Dashboard".
推薦閱讀
- 玩轉(zhuǎn)Scratch少兒趣味編程
- LabVIEW Graphical Programming Cookbook
- 架構(gòu)不再難(全5冊(cè))
- Instant Zepto.js
- Django:Web Development with Python
- Cassandra Design Patterns(Second Edition)
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開(kāi)發(fā)實(shí)例教程
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- Java 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- Learn Linux Quickly
- 從零開(kāi)始學(xué)UI設(shè)計(jì)·基礎(chǔ)篇
- Spring Boot 3:入門(mén)與應(yīng)用實(shí)戰(zhàn)
- 開(kāi)源網(wǎng)絡(luò)地圖可視化:基于Leaflet的在線地圖開(kāi)發(fā)
- jQuery權(quán)威指南
- Mastering Java 11