Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove static CmdName value #41

Closed
l50 opened this issue Jan 17, 2020 · 0 comments · Fixed by #46
Closed

Remove static CmdName value #41

l50 opened this issue Jan 17, 2020 · 0 comments · Fixed by #46
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@l50
Copy link
Contributor

l50 commented Jan 17, 2020

https://github.com/l50/mose/blob/master/cmd/mose/puppet/main.go#L180 - needs to be replaced with a variable.

This will come from

PayloadName string
.

@l50 l50 added bug Something isn't working good first issue Good for newcomers labels Jan 17, 2020
l50 added a commit to l50/mose that referenced this issue Feb 4, 2020
CrimsonK1ng added a commit to CrimsonK1ng/mose that referenced this issue Feb 16, 2020
    - Added remote_user and tags to struct
    - Add messages for puppet. Add fields to structure to accomedate some common site.yml syntax
    - Linting
    - Remove old TODOs
    - Fix calls to moseutils.FindFiles in chef and puppet
    - Change webserver options
    - Allow generic interface for ansible site.yml so that -role:
rolename and -rolename are handled correctly
    - Change Roles to interface. Add additional parsing for printing nice Roles
    - Make operating system lowercase. Other formatting fixes
    - Fix formatting of index user question printing. Create local copy of index user question in ansible main.go
    - Wording
    - Force user to select either CMD or FileUpload.
    - Change name of vars
    - Add some logic for adding extension for users
    - Defualt to tar. Overwrite files with compressed version
    - Translate TarFiles to Generic ArchiveFiles form
    - Remove time editing and fix comments
    - Fix cleanup file creation. Make sure tracking is enabled at all steps. Add uid, gid, mtime, ctime, atime file information retrieval. Add editing of metadata to ansible
    - Fix FileUpload and FilePath. Fix Ansible Cleanup
    - Closes master-of-servers#41
    - Fix file upload, doc updates, go mod tidy
    - File upload specified output now uses moseutils.Info instead of log
    - File upload now supports specifying a path to the file to upload
    - Update EXAMPLES.md to reflect this
    - Run go mod tidy
    - moseutils.CpFile now returns an error
    - Update azure pipeline test to account for this
    - Merge remote-tracking branch 'upstream/master'
    - Merge pull request master-of-servers#42 from master-of-servers/dependabot/go_modules/github.com/fatih/color-1.9.0
    - Bump github.com/fatih/color from 1.7.0 to 1.9.0
    - Add preface to debug output for payload generation command
    - Add ansible logic
    - Run go mod tidy
    - Reorder ansible template variable order to be alphabetical
    - Add ability to locate site.yml, ansible.cfg, playbooks, and host files
    - Add ability to find managed systems
    - Add ability to create backdoored roles
    - Add backup functionality for site.yml
l50 added a commit to l50/mose that referenced this issue Feb 16, 2020
- Run go mod tidy
- Add preface to debug output for payload generation command
- Add ansible logic
- Run go mod tidy
- Reorder ansible template variable order to be alphabetical
- Add ability to locate site.yml, ansible.cfg, playbooks, and host files
- Add ability to find managed systems
- Add ability to create backdoored roles
- Add backup functionality for site.yml
- Fix wording in chef message
- Add various file manipulation functions
- Add file upload functionality
- Update gitignore
- Add ansible test lab to the pipeline
- Fix minor issue in puppet module generation
- Closes master-of-servers#41
- moseutils.CpFile now returns an error
- Update azure pipeline test to account for this
- File upload specified output now uses moseutils.Info instead of log
- File upload now supports specifying a path to the file to upload
- Update EXAMPLES.md to reflect this
l50 added a commit to l50/mose that referenced this issue Feb 16, 2020
- Add preface to debug output for payload generation command
- Add ansible logic
- Run go mod tidy
- Reorder ansible template variable order to be alphabetical
- Add the ability to locate site.yml, ansible.cfg, playbooks, and host files
- Add ability to find managed systems
- Add ability to create backdoored roles
- Add backup functionality for site.yml
- Fix wording in chef message
- Add various file manipulation functions
- Add file upload functionality for ansible
- Update gitignore
- Add ansible test lab to the pipeline
- Fix minor issue in puppet module generation
- Closes master-of-servers#41
- moseutils.CpFile now returns an error
- Update azure pipeline test to account for this
- File upload specified output now uses moseutils.Info instead of log
- File upload now supports specifying a path to the file to upload
- Update EXAMPLES.md to reflect this
l50 added a commit to l50/mose that referenced this issue Feb 16, 2020
- Add ansible test lab to the pipeline
- Add preface to debug output for payload generation command
- Add ansible logic
- Run go mod tidy
- Reorder ansible template variable order to be alphabetical
- Add the ability to locate site.yml, ansible.cfg, playbooks, and host files
- Add the ability to find managed systems
- Add the ability to create backdoored roles
- Add backup functionality for site.yml
- Fix wording in chef message
- Add various file manipulation functions
- Add file upload functionality for ansible
- Update gitignore
- Fix minor issue in puppet module generation
- Closes master-of-servers#41
- moseutils.CpFile now returns an error
- Update azure pipeline test to account for this
- File upload specified output now uses moseutils.Info instead of log
- File upload now supports specifying a path to the file to upload
- Update EXAMPLES.md to reflect this
@l50 l50 closed this as completed in #46 Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant