-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
244 lines (190 loc) · 10.1 KB
/
index.html
File metadata and controls
244 lines (190 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<div class="navbar-fixed-top">
<div class="progress-bar" id="myBar"></div>
</div>
<head>
<meta name=”robots” content=”noindex, nofollow”>
<!-- Title -->
<title>Puppet Enterprise Guide</title>
<!-- Required Meta Tags Always Come First -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Meta tags -->
<meta name="keywords" content="puppet, puppet enterprise, pe, lab, guide, getting started, desired state, enforcement, dsl, puppet, state, code, configuration, infrastructure as code, adhoc, tasks, plans, ssh, winrm, agent, agentless labs, theory, walkthrough, intro">
<meta name="description" content="The Puppet Enterprise guide is a practical and opinionated guide on how to get up and running with PE. The aim is that, by using this guide you'll be confident enough to deploy and manage PE day-to-day and thus be equipped to tackle any automation task that comes your way.">
<!-- Schema.org -->
<meta itemprop="name" content="Puppet Enterprise Guide">
<meta itemprop="description" content="The Puppet Enterprise guide is a practical and opinionated guide on how to get up and running with PE. The aim is that, by using this guide you'll be confident enough to deploy and manage PE day-to-day and thus be equipped to tackle any automation task that comes your way.">
<meta itemprop="image" content="favicon.icon">
<!-- Twitter Card -->
<meta name="twitter:card" content="product">
<meta name="twitter:title" content="Puppet Enterprise Guide">
<meta name="twitter:description" content="The Puppet Enterprise guide is a practical and opinionated guide on how to get up and running with PE. The aim is that, by using this guide you'll be confident enough to deploy and manage PE day-to-day and thus be equipped to tackle any automation task that comes your way.">
<meta name="twitter:creator" content="@kinners00">
<meta name="twitter:image" content="favicon.ico">
<!-- Open Graph -->
<meta property="og:title" content="Puppet Enterprise Guide">
<meta property="og:type" content="article">
<meta property="og:url" content="https://puppet-enterprise-guide.com">
<meta property="og:image" content="favicon.ico">
<meta property="og:description" content="The Puppet Enterprise guide is a practical and opinionated guide on how to get up and running with PE. The aim is that, by using this guide you'll be confident enough to deploy and manage PE day-to-day and thus be equipped to tackle any automation task that comes your way.">
<meta property="og:site_name" content="Puppet Enterprise Guide">
<!-- Google Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600" rel="stylesheet">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="assets/vendor/font-awesome/css/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css">
<link rel="stylesheet" href="assets/vendor/jquery-ui/themes/base/jquery-ui.min.css">
<!-- CSS Template -->
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/layout.css">
<script type="module" src="https://cdn.jsdelivr.net/gh/zerodevx/zero-md@2.3.1/dist/zero-md.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body class="bg-white">
<div class="container-fluid">
<div class="row">
<!-- Sidebar -->
<nav class="col-md-4 col-lg-3 col-xl-2 bg-dark text-white duik-sidebar duik-sidebar--dark ui-autocomplete-wrapper--dark navbar-expand-md pt-0">
<div class="d-flex justify-content-between bg-black-soft w-100">
<a class="d-block w-md-100 p-3 mr-md-0" href="https://puppet-enterprise-guide.com">
<img class="mr-2" src="assets/img/pe-guide.png" alt="Getting Started with PE" style="width: 170px;">
</a>
<!-- Responsive Toggle Button -->
<button class="btn btn-link text-white pl-0 d-md-none" type="button" data-toggle="collapse" data-target="#sidebar-nav" aria-controls="sidebar-nav" aria-expanded="false" aria-label="Toggle navigation">
<svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 30 30" width="30" height="30" focusable="false">
<path stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/>
</svg>
</button>
<!-- End Responsive Toggle Button -->
</div>
<!-- Header Search -->
<div class="mb-2">
<input class="js-search form-control form-control-sm w-105 form-control-dark bg-white-11 text-white border-0 rounded-0" type="text" placeholder="Search..." aria-label="Search..." data-url="../assets/include/json/autocomplete-data-for-documentation-search.json">
</div>
<!-- End Header Search -->
<!-- Sidebar Nav -->
<!-- End Sidebar Nav -->
<div id=sidebar>
</div>
<script>
$(function(){
$("#sidebar").load("sidebar.html", function (){
$("#intro").addClass("active");
$("#gtnsbtn").attr( "data-toggle", "btn-collapse in" );
$("#gettingstarted").attr( "class", "btn-collapse in" );
$("#gngfrt").attr( "data-toggle", "btn-collapse in" );
$("#goingfurther").attr( "class", "btn-collapse in" );
});
});
</script>
</nav>
<!-- End Header Search -->
<!-- Sidebar Nav -->
<!-- End Sidebar Nav -->
<!-- End Sidebar -->
<main class="ml-sm-auto col-md-8 col-lg-9 col-xl-10 px-4 pt-4">
<div class="row pt-3">
<!-- Content Nav -->
<div class="col-xl-2 order-xl-2 d-none d-xl-inline-block">
</div>
<!-- Content -->
<div class="col-xl-10 order-xl-1 duik-content-2 border-bottom top-2">
<h1 class="font-weight-bold">Introduction</h1>
<hr class="mt-7 mb-4">
<p class="lead mb-5"></p>
<!-- About -->
<div id="description" class="mb-7">
<zero-md src="theory_md/intro.md">
<template>
<link rel="stylesheet" href="assets/vendor/prism/prism.css">
<link rel="stylesheet" href="assets/css/github-markdown.css">
</template>
</zero-md>
</div>
</div>
<!-- End Starter Template -->
</div>
<!-- End Content -->
<!-- Footer -->
<footer class="small py-4">
<div class="row">
<!-- Copyright -->
<div class="col-md-6 text-center text-dark text-md-left mb-3 mb-md-0">
<a class="text-dark" target="_blank" href="https://github.com/kinners00/puppet-enterprise-guide/issues">Report an issue or submit feedback</a>
</div>
<!-- End Copyright -->
<!-- Social Icons -->
<div class="col-md-6 col-xl-4 align-self-center">
<ul class="list-inline text-center text-md-right mb-0">
<li class="list-inline-item mx-2" data-toggle="tooltip" data-placement="top" title="" data-original-title="Github">
<a class="text-dark" target="_blank" href="https://github.com/kinners00/puppet-enterprise-guide">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
<!-- End Social Icons -->
</div>
</footer>
<!-- End Footer -->
</main>
</div>
</div>
<!-- Go to Top -->
<a class="js-go-to duik-go-to" href="javascript:;">
<span class="fa fa-arrow-up duik-go-to__inner"></span>
</a>
<!-- End Go to Top -->
<!-- JS Global Compulsory -->
<script src="assets/vendor/jquery/dist/jquery.min.js"></script>
<script src="assets/vendor/jquery-migrate/dist/jquery-migrate.min.js"></script>
<script src="assets/vendor/popper.js/dist/umd/popper.min.js"></script>
<script src="assets/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="assets/vendor/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/vendor/jquery-ui/jquery-ui.core.min.js"></script>
<script src="assets/vendor/jquery-ui/ui/widgets/menu.js"></script>
<script src="assets/vendor/jquery-ui/ui/widgets/mouse.js"></script>
<script src="assets/vendor/jquery-ui/ui/widgets/autocomplete.js"></script>
<script src="assets/vendor/prism/prism.js"></script>
<!-- JS -->
<script src="assets/js/main.js"></script>
<script src="assets/js/gtag.js"></script>
<script src="assets/js/autocomplete.js"></script>
<script src="assets/js/custom-scrollbar.js"></script>
<script src="assets/js/scroll.js"></script>
<script src="assets/js/circles.js"></script>
<script>
var myCircle = Circles.create({
id: 'circles-1',
radius: 60,
value: 1,
maxValue: 1,
width: 13,
text: '1/3',
colors: ['#CCCCCC', '#006666'],
duration: 300,
wrpClass: 'circles-wrp',
textClass: 'circles-text',
textClass: '#006666',
valueStrokeClass: 'circles-valueStroke',
maxValueStrokeClass: 'circles-maxValueStroke',
styleWrapper: true,
styleText: true
});
</script>
<script>
window.onscroll = function() {myFunction()};
function myFunction() {
var winScroll = document.body.scrollTop || document.documentElement.scrollTop;
var height = document.documentElement.scrollHeight - document.documentElement.clientHeight;
var scrolled = (winScroll / height) * 100;
document.getElementById("myBar").style.width = scrolled + "%";
}
</script>
</body>
</html>