Skip to content

Commit

Permalink
Merge pull request #907 from wyardley/issue_905_docs
Browse files Browse the repository at this point in the history
update URL in notice
  • Loading branch information
bastelfreak authored Oct 8, 2016
2 parents 1e2affe + 8a55a95 commit 7cbc055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/notice/config.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class nginx::notice::config {
$message = "[nginx] *** DEPRECATION WARNING***: HI! I notice that you're declaring some attributes in Class[nginx]. It is highly recommended to set these values via Hiera going forward. This will become mandatory in the near future. Please check out https://github.com/jfryman/puppet-nginx/blob/master/docs/hiera.md for more information."
$message = "[nginx] *** DEPRECATION WARNING***: HI! I notice that you're declaring some attributes in Class[nginx]. It is highly recommended to set these values via Hiera going forward. This will become mandatory in the near future. Please check out https://github.com/voxpupuli/puppet-nginx/blob/master/docs/hiera.md for more information."

notify { $message: }
}

0 comments on commit 7cbc055

Please sign in to comment.