Skip to content

blsrm/How-to-use-Puppet-in-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

How-to-use-Puppet-in-Linux

##Overview

The doc provides CLI interface for installing, configuring, and running packages / services using puppet tool in linux operating system.

	
	

	sudo puppet agent -t --environment <custom user> --noop
	sudo puppet agent -t --environment <custom user>
	

How can I modify a config file based on certain logic?


<% if broadcast != "NONE" %>       
 broadcast <%= broadcast %> 
<% end %>

To do an if/else statement, simply add <% else %>

<% if @someclass::someparameter != true %>
  bar = 42
<% else %> 
   bar = 0
<% end %>
	

About

How to use puppet in linux installation...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published