Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Puppet 0.24 KB | None | 0 0
  1. define victoriametrics::config(
  2.     $name = "global"
  3.     $retention = "60m"
  4.     $port = "1980"
  5.     $user = "pascual"
  6.     $pass = "tal"
  7.    
  8. ) {
  9.     file { "/etc/victoria/${name}-loquesea.conf":
  10.         ensure => file,
  11.         content => template("eltemplate.erb")
  12.     }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement