Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@ exit 0

# No-one should need access to anything under share/GUI
%defattr(400,root,root,400)
# We can change these configuration files as part of masterfiles policy so need to mark as configs
%config(noreplace) %prefix/share/GUI/application/config/config.php
%config(noreplace) %prefix/share/GUI/api/modules/inventory/config/config.php
%prefix/share/GUI

# Base policy
Expand Down
2 changes: 2 additions & 0 deletions packaging/cfengine-nova-hub/debian/conffiles
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/var/cfengine/share/GUI/application/config/config.php
/var/cfengine/share/GUI/api/modules/inventory/config/config.php
Loading