Skip to content

Commit

Permalink
Updated pillar.example with mine example.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-vant committed Apr 3, 2015
1 parent 11efee5 commit 2d986ea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ salt:
spam: sausage
cheese: bread

# salt mine setup
mine_interval: 60
# mine_functions can be set at the top level of the pillar, and
# that is preferable because it doesn't affect the conf file and
# doesn't require a minion restart. However, you can configure it
# here instead if you really want to.
mine_functions:
network.interface_ip: [eth0]

# salt cloud config
cloud:
master: salt
Expand Down

0 comments on commit 2d986ea

Please sign in to comment.