Skip to content

Commit

Permalink
fixup! fixup! Include a preliminary check to ensure no RAID devices a…
Browse files Browse the repository at this point in the history
…re listed in the /etc/fstab file
  • Loading branch information
Mikhail Sandakov committed Dec 9, 2024
1 parent 3437974 commit 93ab328
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pleskdistup/actions/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,3 @@ def estimate_post_time(self) -> int:

def estimate_revert_time(self) -> int:
return self.estimate_prepare_time()


class AssertEPELRpmRepositoryPresent(action.CheckAction):
def __init__(self):
self.name = "checking if EPEL RPM repository file is present"
self.description = """The EPEL RPM repository is not present at expected /etc/yum.repo.d/epel.repo.
The EPEL repository is required by Plesk and conversion process
Please install the EPEL repository by running the following command:
\tyum install epel-release
"""

0 comments on commit 93ab328

Please sign in to comment.