Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # Puppet: <%= @title %> | |
2 index=$(($index + 1)) | |
3 MASTER_BASEDIR[$index]=<%= @basedir %> | |
4 MASTER_ENABLED[$index]=<%= ([:stopped, :false, false].include? @ensure)? 0: 1 %> | |
5 MASTER_NAME[$index]=<%= @name %> | |
6 MASTER_OPTIONS[$index]= | |
7 MASTER_PREFIXCMD[$index]= | |
8 MASTER_USER[$index]=<%= @user %> | |
9 | |
OLD | NEW |