forked from cfgmgmtcamp/cfgmgmtcamp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuppet.html
More file actions
81 lines (77 loc) · 5.55 KB
/
Puppet.html
File metadata and controls
81 lines (77 loc) · 5.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<link rel="shortcut icon" href="favicon.ico">
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.ie.css" />
<![endif]-->
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<title>Puppet Community at Config Management Camp 2014, Gent</title>
</head>
<body>
<nav>
<a href="#" id="menu-icon"></a>
<ul>
<li><a href="http://cfgmgmtcamp.eu/#about">About</a></li>
<li><a href="http://cfgmgmtcamp.eu/#deadlines">Deadlines</a></li>
<li><a href="http://cfgmgmtcamp.eu/#sponsors">Sponsors</a></li>
<li><a href="http://cfgmgmtcamp.eu/#route">Location</a></li>
<li><a href="http://cfgmgmtcamp.eu/#schedule">Schedule</a></li>
<li><a href="http://cfgmgmtcamp.eu/#contributions">Contributions</a></li>
<li><a href="http://cfgmgmtcamp.eu/fosdem.html">FOSDEM</a></li>
</ul>
</nav>
<div id="container">
<header>
<div class="inner">
<h1>#Cfgmgmtcamp</h1>
<div class="camp-info">
<h2><span class="blue">Config Management</span> <span class="green">Camp</span></h2>
<h2><strong>3</strong> and <strong>4</strong> February 2014</h2>
<h2>Gent, Belgium </h2>
</div>
</div>
</header>
<div class="inner">
<section id="about">
<h1 id="about">Puppet Contributor Summit</h1>
<p>The Puppet community has been growing very quickly over the past two years. At early Puppet Camps, we had mostly contributors working together on ways to make Puppet better, but as the community has grown, our Puppet Camps have attracted so many new users that it's become difficult for established contributors to find a place to collaborate together.</p>
<p>The plan is to hold two contributor summits per year with the first one at CfgMgmtCamp.eu and the second at PuppetConf. We want this event to attract both existing and new contributors to Puppet, related projects and modules. We hope to get existing contributors more engaged, encourage new contributions, and improve our processes for working with community contributors.</p>
<p><strong>Who should attend</strong></p>
<ul>
<li>People who have submitted pull requests and contribute code to our projects.</li>
<li>Community members working on related projects (Dashboard, Puppetboard, Foreman, etc.)</li>
<li>Module developers and publishers.</li>
<li>Key community members who answer a lot of questions about using Puppet.</li>
<li>Long-time Puppet users who are interested in doing more.</li>
</ul>
<p>You can contact Dawn Foster for questions about this event. Her email address is dawn@ the Puppet Labs domain.</p>
<h1 id="submit">Submit a Proposal</h1>
<p>Submissions are due <strong>December 1, 2013</strong>.</p>
<p>Your talk should be focused on contributors, instead of users. Talks about general best practices for using Puppet or case studies about how you use Puppet in your environment aren't likely to be accepted unless you are talking about how you have customized or contributed to Puppet in some way to make this happen.</p>
<p><strong>We plan to have 3 types of talks at the Contributor Summit</strong></p>
<ul>
<li>Modules - developing modules and advanced module development & testing</li>
<li>Core - advanced topics and contributing to Puppet / related projects</li>
<li>Community projects - applied Puppet and all of the awesome things people build to work with Puppet</li>
</ul>
<p>Please keep these areas in mind when you submit a talk. You can use the form below of go <a href="https://docs.google.com/spreadsheet/viewform?formkey=dHlSek1BY2FkQ3VTUXJZY3psV0dLaHc6MA">directly to the form</a> to submit.</p>
<p>Please keep these areas in mind when you submit a talk. Your talk should be focused on contributors, instead of users. Talks about general best practices for using Puppet or case studies about how you use Puppet in your environment aren't likely to be accepted unless you are talking about how you have customized or contributed to Puppet in some way to make this happen.</p>
<p><iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dHlSek1BY2FkQ3VTUXJZY3psV0dLaHc6MA" width="760" height="1603" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe></p>
</div>
</body>
</html>