commit | 5acb1a4e05e83c6d2340be26ce10911159c71a29 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Wed Dec 09 11:45:22 2015 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Wed Dec 09 11:45:22 2015 +0100 |
tree | ad15188f1949650864db4b385bdcfa9f62d1d13d | |
parent | aa82b08b2e7fdcd736230f35e3717b4dc2810ffc [diff] |
Fix contents of debian directory
diff --git "a/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst" "b/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst" index 305c815..e3224e5 100644 --- "a/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst" +++ "b/\173\173cookiecutter.project_name\175\175/CHANGELOG.rst"
@@ -1,6 +1,6 @@ {{cookiecutter.service_name}} formula ========================================= -0.0.1 (2015-08-22) +0.1 (2015-08-22) -- Initial formula setup \ No newline at end of file +- Initial formula setup
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/changelog" "b/\173\173cookiecutter.project_name\175\175/debian/changelog" index f6516e7..2e8ba14 100644 --- "a/\173\173cookiecutter.project_name\175\175/debian/changelog" +++ "b/\173\173cookiecutter.project_name\175\175/debian/changelog"
@@ -1,5 +1,4 @@ - -salt-formula-heat (0.1) trusty; urgency=medium +salt-formula-{{cookiecutter.service_name}} (0.1) trusty; urgency=medium * Initial release
diff --git "a/\173\173cookiecutter.project_name\175\175/debian/install" "b/\173\173cookiecutter.project_name\175\175/debian/install" index c28f289..e2ef556 100644 --- "a/\173\173cookiecutter.project_name\175\175/debian/install" +++ "b/\173\173cookiecutter.project_name\175\175/debian/install"
@@ -1,4 +1,6 @@ -_modules/* /usr/share/salt-formulas/env/_modules/ -_states/* /usr/share/salt-formulas/env/_states/ {{cookiecutter.service_name}}/* /usr/share/salt-formulas/env/{{cookiecutter.service_name}}/ metadata/service/* /usr/share/salt-formulas/reclass/service/{{cookiecutter.service_name}}/ +# Not all salt formulas has custom states and modules, +# uncomment to install them +# _modules/* /usr/share/salt-formulas/env/_modules/ +# _states/* /usr/share/salt-formulas/env/_states/