Skip to content

Commit

Permalink
Merge pull request voxpupuli#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 committed Oct 8, 2016
2 parents 5fa23eb + cb7e842 commit ed4639a
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 ed4639a

Please sign in to comment.