)]}'
{"packstack/puppet/templates/https.pp":[{"author":{"_account_id":5241,"name":"Martin Magr","email":"mmagr@redhat.com","username":"mmagr"},"change_message_id":"66a66ad8ed8d9b68ee2cb61c4b8697a2e1f30a1d","unresolved":false,"context_lines":[{"line_number":43,"context_line":"    line \u003d\u003e \u0027SSLEngine on\u0027,"},{"line_number":44,"context_line":"    require \u003d\u003e  Class[\u0027apache::mod::ssl\u0027]"},{"line_number":45,"context_line":"}"},{"line_number":46,"context_line":""},{"line_number":47,"context_line":"# set the name of the ssl cert and key file"},{"line_number":48,"context_line":"file_line{\u0027sslcert\u0027:"},{"line_number":49,"context_line":"    path \u003d\u003e \u0027/etc/httpd/conf.d/ssl.conf\u0027,"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"AAAATn%2F%2F4ck%3D","line":46,"updated":"2013-10-25 18:22:17.000000000","message":"This is ok, but when using file_line resource on same file, please use race conditions this will disable parallel editing of the same file. I had problems with that in the past making puppet behaving nondeterministic.\n\nSo something like below should help:\n  file_line{\u0027ssl_port\u0027:\n  ...\n  } -\u003e file_line{\u0027ssl_engine\u0027 ...\n\nAnd I would also probably add File[\u0027/etc/httpd/conf.d/ssl.conf\u0027] to the require list of both resources.","commit_id":"02ceaa546e58ee8f930299e787a2d8ea6004cdb3"}]}
