Skip to content

Commit

Permalink
Merge pull request #117 from CpuID/master
Browse files Browse the repository at this point in the history
fix documentation - manage_service -> service_manage
  • Loading branch information
cyberious committed May 15, 2014
2 parents 0db1d4f + 240c768 commit aed8d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class { '::ntp':
class { '::ntp':
servers => [ 'ntp1.corp.com', 'ntp2.corp.com' ],
restrict => ['127.0.0.1'],
manage_service => false,
service_manage => false,
}
```

Expand All @@ -84,7 +84,7 @@ class { '::ntp':
class { '::ntp':
servers => [ 'ntp1.corp.com', 'ntp2.corp.com' ],
restrict => ['127.0.0.1'],
manage_service => false,
service_manage => false,
config_template => 'different/module/custom.template.erb',
}
```
Expand Down

0 comments on commit aed8d0c

Please sign in to comment.