Quantcast
Channel: User kaiser - Server Fault
Viewing all articles
Browse latest Browse all 26

Answer by kaiser for Puppet print out messages

$
0
0

You can use notice() or warning() (depending on what you want to tell the user)

notice( 'some-command is going to be executed now' )

and then simply exec right after that line.


Viewing all articles
Browse latest Browse all 26

Trending Articles