Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

noosfero (48) Versions 2.4.6

Install/configure Noosfero social-economic network

Policyfile
Berkshelf
Knife
cookbook 'noosfero', '= 2.4.6', :supermarket
cookbook 'noosfero', '= 2.4.6'
knife supermarket install noosfero
knife supermarket download noosfero
README
Dependencies
Quality 0%

noosfero Cookbook

Install/configure Noosfero social-economic network (see http://noosfero.org)

Attributes

noosfero::default

The default recipe runs others recipes according to the settings

Attribute Description Default
<tt>node[:noosfero][:service_name]</tt> The Noosfero's service name, which defines the init.d script name and paths <tt>"noosfero"</tt>
<tt>node[:noosfero][:rails_env]</tt> The Rails environment to be used <tt>"production"</tt>
<tt>node[:noosfero][:rvm_load]</tt> The ruby string to be load (e.g. "ree@noosfero") <tt>"system"</tt>

noosfero::install

Attribute Description Default
<tt>node[:noosfero][:install_from]</tt> What is used to install noosfero: "git" (default) to fetch code from git and "package" to install noosfero from debian repository <tt>"git"</tt>

noosfero::git_install (on install_from == "git")

Attribute Description Default
<tt>node[:noosfero][:user]</tt> The user to create and to run noosfero <tt>default[:noosfero][:service_name]</tt>
<tt>node[:noosfero][:group]</tt> The group to create and to run noosfero <tt>default[:noosfero][:service_name]</tt>
<tt>node[:noosfero][:git_url]</tt> The git repo containing Noosfero to be used <tt>https://gitlab.com/noosfero/noosfero.git</tt>
<tt>node[:noosfero][:git_revision]</tt> The branch, tag or commit to be used <tt>"stable"</tt>
<tt>node[:noosfero][:upgrade_script]</tt> A script to be run on git sync <tt>''</tt>
Paths
<tt>node[:noosfero][:path]</tt> Set the path to clone the git repo to be the base path for code, log, tmp and others noosfero directories <tt>nil</tt> (use default system dirs, see below)
<tt>node[:noosfero][:code_path]</tt> Overwrite the code's path <tt>node[:noosfero][:path]</tt> (with node[:noosfero][:path]) or <tt>"/usr/share/#{service_name}"</tt> (without node[:noosfero][:path])
<tt>node[:noosfero][:data_path]</tt> Overwrite the data path <tt>node[:noosfero][:path]</tt> (with node[:noosfero][:path]) or <tt>"/var/lib/#{service_name}"</tt> (without node[:noosfero][:path])
<tt>node[:noosfero][:config_path]</tt> Overwrite the config path <tt>"#{node[:noosfero][:path]}/config"</tt> (with node[:noosfero][:path]) or <tt>"/etc/#{service_name}"</tt> (without node[:noosfero][:path])
<tt>node[:noosfero][:log_path]</tt> Overwrite the log path <tt>"#{node[:noosfero][:path]}/log"</tt> (with node[:noosfero][:path]) or <tt>"/var/log/#{service_name}"</tt> (without node[:noosfero][:path])
<tt>node[:noosfero][:run_path]</tt> Overwrite the run path <tt>"#{node[:noosfero][:path]}/run"</tt> (with node[:noosfero][:path]) or <tt>"/var/run/#{service_name}"</tt> (without node[:noosfero][:path])
<tt>node[:noosfero][:tmp_path]</tt> Overwrite the tmp path <tt>"#{node[:noosfero][:path]}/tmp"</tt> (with node[:noosfero][:path]) or <tt>"/var/tmp/#{service_name}"</tt> (without node[:noosfero][:path])

noosfero::package_install (on install_from == "package")

Install noosfero using the Colivre's apt repository

Attribute Description Default

noosfero::dependencies (on install_from == "git")

Attribute Description Default
<tt>node[:noosfero][:dependencies_with]</tt> How to install dependencies: "quick_start", "bundler" or "packages" <tt>"quick_start"</tt>

noosfero::database (on install_from == "git")

Generate Rails' database.yml

Attribute Description Default
<tt>node[:noosfero][:db][:name]</tt> Database name <tt>node[:noosfero][:service_name]</tt>
<tt>node[:noosfero][:db][:hostname]</tt> Database hostname <tt>"locahost"</tt>
<tt>node[:noosfero][:db][:port]</tt> Database port <tt>""</tt>
<tt>node[:noosfero][:db][:username]</tt> Database username <tt>node[:noosfero][:user]</tt>
<tt>node[:noosfero][:db][:password]</tt> Database password <tt>nil</tt>
<tt>node[:noosfero][:db][:create_from_dump]</tt> Load speficied dump file after database creation (if it don't exist yet) <tt>nil</tt>

noosfero::environment (on install_from == "git")

Create, if there isn't any default yet, a default Noosfero Environment, after database creation.

Attribute Description Default
<tt>node[:noosfero][:environment]</tt> A hash with the config of the default environment. If nil, skip environment check and creation <tt>nil</tt>
<tt>node[:noosfero][:environment][:name]</tt> The name of the environment. This is used in all pages' &lttitle&gt <tt>-</tt>
<tt>node[:noosfero][:environment][:domain]</tt> The default domain associated with the environment. <tt>-</tt>
<tt>node[:noosfero][:environment][:default_language]</tt> Set default language <tt>-</tt>

noosfero::settings

Write noosfero.yml settings file. Use key/value pairs from node[:noosfero][:settings] hash.

noosfero::plugins

Enable and configure plugins.

Attribute Description Default
<tt>node[:noosfero][:plugins]</tt> An array of plugins to enable with script/noosfero-plugins <tt>[]</tt>
<tt>node[:noosfero][:plugins_settings]</tt> Configure each plugin' settings See <tt>attributes/default.rb</tt>

noosfero::server

Configure proxy and backend (rails app) servers

Attribute Description Default
<tt>node[:noosfero][:server][:proxy]</tt> Proxy server to use. Choose between nginx or apache <tt>nginx</tt>
<tt>node[:noosfero][:server][:backend]</tt> Rails application server. Choose between unicorn and thin <tt>thin</tt>
<tt>node[:noosfero][:server][:workers]</tt> Number of workers to start <tt>4</tt>
<tt>node[:noosfero][:server][:port]</tt> Backend port <tt>50000</tt>
<tt>node[:noosfero][:server][:timeout]</tt> Backend timeout <tt>60</tt> if backend is nginx and <tt>1200</tt> if apache is used
<tt>node[:noosfero][:server][:proxy_port]</tt> Proxy port to listen <tt>node[:nginx][:listen_ports].first</tt> or <tt>node[:apache][:listen_ports].first</tt>

noosfero::cache

Configure cache options

Attribute Description Default
<tt>node[:noosfero][:cache][:server]</tt> Cache server to use. Supports varnish or set to empty to disable <tt>varnish</tt>
<tt>node[:noosfero][:cache][:backend_port]</tt> Backend port <tt>node[:noosfero][:server][:proxy_port]</tt>

noosfero::logrotate

Rotate logs

Attribute Description Default
<tt>node[:noosfero][:logrotate][:rotate]</tt> Number of maximum rotated logs <tt>100_000</tt>
<tt>node[:noosfero][:logrotate][:frequency]</tt> Frequency to rotate logs <tt>daily</tt>

Usage

Just include noosfero in your node's run_list, the below configuration is an example:

{
  "rvm": {
    "user_installs": [
      {
        "user": "noosfero",
        "rubies": [ "ree" ],
        "default_ruby": "ree",
        "gems": {
          "ree@noosfero": []
        }
      }
    ]
  },

  "postgresql": {
    "version": "9.3",
    "password": {
      // needed for chef-solo
      "postgres": "iqHDDo1o"
    },
  },

  "memcached": {
    "memory": 128,
    "listen": "127.0.0.1"
  },

  "varnish": {
    "version": "2.1",
    "listen_address": "0.0.0.0",
    "listen_port": 80,
    "storage": "file",
    "storage_size": "1G",
    "vcl_cookbook": "noosfero"
  },

  "nginx": {
    "listen_ports": [81],
    "keepalive_timeout": 20,
    "default_site_enabled": false
  },

  "apache": {
    "version": "2.4",
    "listen_addresses": ["127.0.0.1"],
    "listen_ports": [82],
    "keepalivetimeout": 20,
    "keepaliverequests": 1000
  },

  "noosfero": {
    "service_name": "noosfero",
    "path": "/home/braulio/escambo.org.br",
    "user": "braulio",
    "group": "braulio",

    "git_url": "https://github.com/ESCAMBO/noosfero-ecosol.git",
    "git_revision": "master",

    "dependencies_with": "bundler",
    "rvm_load": "ree@noosfero",

    "server_name": "escambo.org.br",
    "custom_domains": [
      "escambo.org"
    ],

    "server": {
      "proxy": "nginx",
      "backend": "unicorn",
      "workers": 1
    },
    "cache": {
      "server": "varnish"
    },

    "db": {
      "name": "noosfero_escambo.org.br_production",
      "port": 5433
    },

    "environment": {
      "name": "ESCAMBO",
      "domain": "escambo.org.br"
    },
    "plugins": ["cms_learning", "currency", "escambo", "evaluation", "exchange", "sniffer", "solr"],

    "settings": {
      "exception_recipients": ["alantygel@gmail.com", "brauliobo@gmail.com"]
    },

    "plugin_settings": {
      "solr": {
        "port": 8983,
        "memory": 128
      }

    }
  }
  "run_list": [
    "recipe[noosfero]"
  ]
}

TODO

  • Support others besides RVM (rbenv), by replacing rvm_shell with a generic noosfero_shell

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

After 3 consistent patches you become a commiter :)

Foodcritic Metric
            

2.4.6 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:34
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:48
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:52
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:57
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:65
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:67
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:69
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:70
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:71
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:72
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:73
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:74
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:76
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:77
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:78
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:79
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:80
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:81
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:82
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:85
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:86
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:87
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:88
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:90
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:92
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:93
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:94
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:95
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:97
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:98
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:99
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:100
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:101
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:102
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:103
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:104
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:108
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:109
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:110
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:111
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:113
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:114
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:115
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:117
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:119
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:121
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:122
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:123
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:124
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:126
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:127
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:128
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:129
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:131
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:132
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:134
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:135
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:136
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:137
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:138
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:139
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:141
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:142
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:143
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:144
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:145
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:146
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:147
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/attributes/default.rb:148
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:31
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/backup.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/backup.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/cache.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/cache.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:20
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:25
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:35
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:45
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:49
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:50
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:51
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:53
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:59
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:61
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:3
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/environment.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/environment.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/environment.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/environment.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/environment.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:7
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:11
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:21
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:24
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:37
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:44
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:54
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:55
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:56
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:58
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:60
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:62
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/git_install.rb:63
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/init.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/init.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/init.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/init.rb:8
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/install.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/install.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:10
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:14
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:16
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:17
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:19
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:32
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:36
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:38
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:40
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:15
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:6
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:18
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:22
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:30
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:33
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:39
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:41
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:42
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:43
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:46
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/settings.rb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/settings.rb:2
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/settings.rb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/apache2.conf.erb:23
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/awstats_apache.conf.erb:1
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/awstats_apache.conf.erb:4
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/awstats_apache.conf.erb:5
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/default.vcl.erb:9
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/default.vcl.erb:12
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/default.vcl.erb:13
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/nginx.conf.erb:39
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:3
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/backup.rb:3
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/cache.rb:4
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/database.rb:10
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/default.rb:4
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/dependencies.rb:1
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/logrotate.rb:1
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/plugins.rb:24
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:24
FC007: Ensure recipe dependencies are reflected in cookbook metadata: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:37
FC019: Access node attributes in a consistent manner: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/package_install.rb:1
FC019: Access node attributes in a consistent manner: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/package_install.rb:10
FC023: Prefer conditional attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/awstats.rb:20
FC023: Prefer conditional attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/package_install.rb:1
FC023: Prefer conditional attributes: /tmp/cook/1af777f9637b2ee86076f204/noosfero/recipes/server.rb:4
FC039: Node method cannot be accessed with key: /tmp/cook/1af777f9637b2ee86076f204/noosfero/templates/default/nginx.conf.erb:39